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