summaryrefslogtreecommitdiffstats
path: root/package/rpcbind/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/rpcbind/Config.in')
-rw-r--r--package/rpcbind/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in
new file mode 100644
index 000000000..1bdcd9ed4
--- /dev/null
+++ b/package/rpcbind/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_RPCBIND
+ bool "rpcbind"
+ # We really need libtirpc and can't work with the native RPC
+ # implementation of toolchains.
+ select BR2_PACKAGE_LIBTIRPC
+ help
+ The rpcbind utility is a server that converts RPC program numbers
+ into universal addresses.