[Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected.

Sagaert Johan sagaert.johan at skynet.be
Sun Jun 15 13:05:16 UTC 2014


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 at skynet.be>
---
 package/portmap/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/portmap/Config.in b/package/portmap/Config.in
index fa7eaf1..f17d9aa 100644
--- a/package/portmap/Config.in
+++ b/package/portmap/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PORTMAP
 	bool "portmap"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on !BR2_PACKAGE_RPCBIND
 	help
 	  The standard portmapper for RPC services.
 
-- 
2.0.0



More information about the buildroot mailing list