summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-13 21:40:38 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-13 21:40:38 +0000
commitd66370cd7329d7d1022644c0a8213147adf8e016 (patch)
treef1a7c4ebd489ebeb90f63ed87ef671ec22e061eb /networking/Config.in
parent4e486a5d00830990cdfda68eb5dceefab43635f5 (diff)
downloadbusybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.tar.gz
busybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.tar.bz2
busybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.zip
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 42dd06e50..bc1178007 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -96,6 +96,13 @@ config CONFIG_IFUPDOWN
96 help 96 help
97 Please submit a patch to add help text for this item. 97 Please submit a patch to add help text for this item.
98 98
99config CONFIG_FEATURE_IFUPDOWN_IP
100 bool " Use ip applet"
101 default n
102 depends on CONFIG_IFUPDOWN && CONFIG_IP && CONFIG_FEATURE_IP_ADDRESS && CONFIG_FEATURE_IP_LINK && CONFIG_FEATURE_IP_ROUTE
103 help
104 Please submit a patch to add help text for this item.
105
99config CONFIG_FEATURE_IFUPDOWN_IPV4 106config CONFIG_FEATURE_IFUPDOWN_IPV4
100 bool " Enable support for IPv4" 107 bool " Enable support for IPv4"
101 default y 108 default y
@@ -104,14 +111,14 @@ config CONFIG_FEATURE_IFUPDOWN_IPV4
104 Please submit a patch to add help text for this item. 111 Please submit a patch to add help text for this item.
105 112
106config CONFIG_FEATURE_IFUPDOWN_IPV6 113config CONFIG_FEATURE_IFUPDOWN_IPV6
107 bool " Enable support for IPv6 (requires ip command)" 114 bool " Enable support for IPv6"
108 default n 115 default n
109 depends on CONFIG_IFUPDOWN 116 depends on CONFIG_IFUPDOWN
110 help 117 help
111 Please submit a patch to add help text for this item. 118 Please submit a patch to add help text for this item.
112 119
113config CONFIG_FEATURE_IFUPDOWN_IPX 120config CONFIG_FEATURE_IFUPDOWN_IPX
114 bool " Enable support for IPX (requires ipx_interface command)" 121 bool " Enable support for IPX"
115 default n 122 default n
116 depends on CONFIG_IFUPDOWN 123 depends on CONFIG_IFUPDOWN
117 help 124 help