summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath2003-01-13 21:40:38 +0000
committerGlenn L McGrath2003-01-13 21:40:38 +0000
commitd66370cd7329d7d1022644c0a8213147adf8e016 (patch)
treef1a7c4ebd489ebeb90f63ed87ef671ec22e061eb /networking/Config.in
parent4e486a5d00830990cdfda68eb5dceefab43635f5 (diff)
downloadbusybox-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.in11
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