diff options
author | Glenn L McGrath | 2002-11-09 09:34:15 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-09 09:34:15 +0000 |
commit | 021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 (patch) | |
tree | 0ed0d25ba27e8014d49a2dc82c44c0ff9f21edf8 /networking/config.in | |
parent | 7ab93d99802852093b08466f8b085980a3b205bf (diff) | |
download | busybox-021fa7db9139bff3b4bf404dfd7d2b1541ed71f8.zip busybox-021fa7db9139bff3b4bf404dfd7d2b1541ed71f8.tar.gz |
debian compatable ifup and ifdown commands
Diffstat (limited to 'networking/config.in')
-rw-r--r-- | networking/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/config.in b/networking/config.in index bc14940..09b2b5c 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 |