12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
config BR2_PACKAGE_PORTMAP
|
|
bool "portmap"
|
|
default n
|
|
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
|