blob: 41b38e9eb4cf76edc7a0a5d93d5c35036439b056 (
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.
ftp://ftp.porcupine.org/pub/security/index.html
comment "portmap requires a toolchain with 'Enable RPC' selected"
depends on !BR2_INET_RPC
|