2004-11-11 15:25:10 +01:00
|
|
|
config BR2_PACKAGE_PORTMAP
|
|
|
|
bool "portmap"
|
2007-10-30 22:15:46 +01:00
|
|
|
depends on BR2_INET_RPC
|
2004-11-11 15:25:10 +01:00
|
|
|
help
|
|
|
|
The standard portmapper for RPC services.
|
|
|
|
|
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"
|
2007-10-30 22:15:46 +01:00
|
|
|
depends on !BR2_INET_RPC
|