2004-11-11 15:25:10 +01:00
|
|
|
config BR2_PACKAGE_PORTMAP
|
|
|
|
bool "portmap"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-06-15 15:05:16 +02:00
|
|
|
# portmap and rpcbind provide the same feature, so they are
|
|
|
|
# mutually exclusive. rpcbind is the newer, preferred
|
|
|
|
# implementation.
|
|
|
|
depends on !BR2_PACKAGE_RPCBIND
|
2004-11-11 15:25:10 +01:00
|
|
|
help
|
|
|
|
The standard portmapper for RPC services.
|
|
|
|
|
2012-11-04 08:34:15 +01:00
|
|
|
Note that portmap is being deprecated in favour of rpcbind.
|
|
|
|
|
2010-11-02 20:30:43 +01:00
|
|
|
http://neil.brown.name/portmap/
|
2007-10-30 22:15:46 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "portmap needs a toolchain w/ RPC"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|