- move iprule and ipaddress from matches() to index_in_str_array
[oweals/busybox.git] / networking / Config.in
index 5ccc4836a3476e0121f4d2c98a795719498fde22..13ad13f9afbeed2651962d3baa00be207733f57b 100644 (file)
@@ -347,7 +347,8 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
 config FEATURE_INETD_RPC
        bool "Support RPC services"
        default n
-       depends on INETD && FEATURE_HAVE_RPC
+       depends on INETD
+       select FEATURE_HAVE_RPC
        help
          Support Sun-RPC based services
 
@@ -527,6 +528,12 @@ config PING6
        help
          This will give you a ping that can talk IPv6.
 
+config PSCAN
+       bool "pscan"
+       default n
+       help
+         Simple network port scanner.
+
 config FEATURE_FANCY_PING
        bool "Enable fancy ping output"
        default y