diff mbox

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

Message ID 1402837516-6202-1-git-send-email-sagaert.johan@skynet.be
State Accepted
Headers show

Commit Message

Sagaert Johan June 15, 2014, 1:05 p.m. UTC
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>
---
 package/portmap/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni June 29, 2014, 4:20 p.m. UTC | #1
Dear Sagaert Johan,

On Sun, 15 Jun 2014 15:05:16 +0200, Sagaert Johan wrote:
> 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>
> ---
>  package/portmap/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Thanks, applied, after tweaking the commit title, and adding a comment
above the dependency to explain why it's there.

Thanks,

Thomas
diff mbox

Patch

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.