diff options
author | Glenn L McGrath | 2003-01-13 21:40:38 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-13 21:40:38 +0000 |
commit | d66370cd7329d7d1022644c0a8213147adf8e016 (patch) | |
tree | f1a7c4ebd489ebeb90f63ed87ef671ec22e061eb /networking/Config.in | |
parent | 4e486a5d00830990cdfda68eb5dceefab43635f5 (diff) | |
download | busybox-d66370cd7329d7d1022644c0a8213147adf8e016.zip busybox-d66370cd7329d7d1022644c0a8213147adf8e016.tar.gz |
Option to allow ifupdown use ip commands instead of ifconfig, add flush
command to ipaddr, patch by Bastian Blank
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in index 42dd06e..bc11780 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -96,6 +96,13 @@ config CONFIG_IFUPDOWN help Please submit a patch to add help text for this item. +config CONFIG_FEATURE_IFUPDOWN_IP + bool " Use ip applet" + default n + depends on CONFIG_IFUPDOWN && CONFIG_IP && CONFIG_FEATURE_IP_ADDRESS && CONFIG_FEATURE_IP_LINK && CONFIG_FEATURE_IP_ROUTE + help + Please submit a patch to add help text for this item. + config CONFIG_FEATURE_IFUPDOWN_IPV4 bool " Enable support for IPv4" default y @@ -104,14 +111,14 @@ config CONFIG_FEATURE_IFUPDOWN_IPV4 Please submit a patch to add help text for this item. config CONFIG_FEATURE_IFUPDOWN_IPV6 - bool " Enable support for IPv6 (requires ip command)" + bool " Enable support for IPv6" default n depends on CONFIG_IFUPDOWN help Please submit a patch to add help text for this item. config CONFIG_FEATURE_IFUPDOWN_IPX - bool " Enable support for IPX (requires ipx_interface command)" + bool " Enable support for IPX" default n depends on CONFIG_IFUPDOWN help |