2c314a37eb
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>
17 lines
489 B
Plaintext
17 lines
489 B
Plaintext
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.
|
|
|
|
Note that portmap is being deprecated in favour of rpcbind.
|
|
|
|
http://neil.brown.name/portmap/
|
|
|
|
comment "portmap needs a toolchain w/ RPC"
|
|
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|