diff options
Diffstat (limited to 'networking/config.in')
-rw-r--r-- | networking/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/config.in b/networking/config.in index 09b2b5c6f..fe714fe0c 100644 --- a/networking/config.in +++ b/networking/config.in | |||
@@ -22,6 +22,13 @@ if [ "$CONFIG_IFUPDOWN" = "y" ]; then | |||
22 | bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6 | 22 | bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6 |
23 | bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX | 23 | bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX |
24 | fi | 24 | fi |
25 | bool 'ip' CONFIG_IP | ||
26 | if [ "$CONFIG_IP" = "y" ]; then | ||
27 | bool ' address' CONFIG_FEATURE_IP_ADDRESS | ||
28 | bool ' link' CONFIG_FEATURE_IP_LINK | ||
29 | bool ' route' CONFIG_FEATURE_IP_ROUTE | ||
30 | bool ' tunnel' CONFIG_FEATURE_IP_TUNNEL | ||
31 | fi | ||
25 | bool 'nc' CONFIG_NC | 32 | bool 'nc' CONFIG_NC |
26 | bool 'netstat' CONFIG_NETSTAT | 33 | bool 'netstat' CONFIG_NETSTAT |
27 | bool 'nslookup' CONFIG_NSLOOKUP | 34 | bool 'nslookup' CONFIG_NSLOOKUP |