Commit 2c314a37 authored by Sagaert Johan's avatar Sagaert Johan Committed by Thomas Petazzoni
Browse files

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: default avatarSagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f5870304
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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.