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
|
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
|
|
|
|
2011-10-11 16:02:54 +02:00
|
|
|
comment "portmap requires a toolchain with RPC support"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|