blob: 5914357f2bf208259dba95d481754ee3bb873e06 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_PORTMAP
bool "portmap"
depends on BR2_INET_RPC
help
The standard portmapper for RPC services.
http://neil.brown.name/portmap/
comment "portmap requires a toolchain with RPC support"
depends on !BR2_INET_RPC
|