aboutsummaryrefslogtreecommitdiff
path: root/networking/config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-09 09:34:15 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-09 09:34:15 +0000
commit021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 (patch)
tree0ed0d25ba27e8014d49a2dc82c44c0ff9f21edf8 /networking/config.in
parent7ab93d99802852093b08466f8b085980a3b205bf (diff)
downloadbusybox-021fa7db9139bff3b4bf404dfd7d2b1541ed71f8.tar.gz
debian compatable ifup and ifdown commands
Diffstat (limited to 'networking/config.in')
-rw-r--r--networking/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/config.in b/networking/config.in
index bc14940d5..09b2b5c6f 100644
--- a/networking/config.in
+++ b/networking/config.in
@@ -16,6 +16,12 @@ if [ "$CONFIG_IFCONFIG" = "y" ]; then
bool ' Enable option "hw" (ether only)' CONFIG_FEATURE_IFCONFIG_HW
bool ' Set the broadcast automatically' CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
fi
+bool 'ifupdown' CONFIG_IFUPDOWN
+if [ "$CONFIG_IFUPDOWN" = "y" ]; then
+ bool ' Enable support for IPv4' CONFIG_FEATURE_IFUPDOWN_IPV4
+ 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 'nc' CONFIG_NC
bool 'netstat' CONFIG_NETSTAT
bool 'nslookup' CONFIG_NSLOOKUP