summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/portmap/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/portmap/Config.in b/package/portmap/Config.in
index fa7eaf1e0e..d960690d7b 100644
--- a/package/portmap/Config.in
+++ b/package/portmap/Config.in
@@ -1,6 +1,10 @@
config BR2_PACKAGE_PORTMAP
bool "portmap"
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+ # portmap and rpcbind provide the same feature, so they are
+ # mutually exclusive. rpcbind is the newer, preferred
+ # implementation.
+ depends on !BR2_PACKAGE_RPCBIND
help
The standard portmapper for RPC services.
OpenPOWER on IntegriCloud