summaryrefslogtreecommitdiff
path: root/package/portmap
diff options
context:
space:
mode:
authorSagaert Johan <sagaert.johan@skynet.be>2014-06-15 15:05:16 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-29 18:18:49 +0200
commit2c314a37eb39ad742b7fac56acc53452bb1ae83d (patch)
treec94ee6fe395bfc27a5fcb0e60e6dca7ee48a2fe6 /package/portmap
parentf5870304107090ad2475c6bccdfc97d0503753b0 (diff)
portmap: prevent selecting the package when rpcbind is selected
portmap and rpcbind must not be selected at the same time. Users should use rpcbind in favor of the deprecated portmap. Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/portmap')
-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 fa7eaf1e0..d960690d7 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.