aboutsummaryrefslogtreecommitdiff
path: root/networking/config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 01:33:55 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 01:33:55 +0000
commit9a2d27249cc2235f7e001a9ea8d4605406bc5f38 (patch)
treeb7b2917c3cf46ac3fa25df5f9a27a9a9fbfb0398 /networking/config.in
parent021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 (diff)
downloadbusybox-9a2d27249cc2235f7e001a9ea8d4605406bc5f38.tar.gz
IP applet by Bastian Blank <waldi@debian.org>
Diffstat (limited to 'networking/config.in')
-rw-r--r--networking/config.in7
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
bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6
bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX
fi
+bool 'ip' CONFIG_IP
+if [ "$CONFIG_IP" = "y" ]; then
+ bool ' address' CONFIG_FEATURE_IP_ADDRESS
+ bool ' link' CONFIG_FEATURE_IP_LINK
+ bool ' route' CONFIG_FEATURE_IP_ROUTE
+ bool ' tunnel' CONFIG_FEATURE_IP_TUNNEL
+fi
bool 'nc' CONFIG_NC
bool 'netstat' CONFIG_NETSTAT
bool 'nslookup' CONFIG_NSLOOKUP