From 021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 9 Nov 2002 09:34:15 +0000 Subject: debian compatable ifup and ifdown commands --- networking/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'networking/config.in') 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 -- cgit v1.2.3