diff options
Diffstat (limited to 'package/portmap')
-rw-r--r-- | package/portmap/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/portmap/Config.in b/package/portmap/Config.in index 5914357f2..f017cb608 100644 --- a/package/portmap/Config.in +++ b/package/portmap/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_PORTMAP bool "portmap" - depends on BR2_INET_RPC + 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_INET_RPC + depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC |