aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-10 12:32:52 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-10 12:32:52 +0000
commit88f06dd2344298a9b22a2ff780cfa1f2ce7cf12a (patch)
treec83bd0f60ec6220c54a3ffff910cb45b5f168f2d
parentc557f7395fdad83c030221d4afb73549b89ca652 (diff)
downloadbusybox-w32-88f06dd2344298a9b22a2ff780cfa1f2ce7cf12a.tar.gz
busybox-w32-88f06dd2344298a9b22a2ff780cfa1f2ce7cf12a.tar.bz2
busybox-w32-88f06dd2344298a9b22a2ff780cfa1f2ce7cf12a.zip
- fix typo introduced in the last commit.
git-svn-id: svn://busybox.net/trunk/busybox@14782 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 28792a679..7820c9a62 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -222,7 +222,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP
222 Use the iproute "ip" command to implement "ifup" and "ifdown", rather 222 Use the iproute "ip" command to implement "ifup" and "ifdown", rather
223 than the default of using the older 'ifconfig' and 'route' utilities. 223 than the default of using the older 'ifconfig' and 'route' utilities.
224 224
225config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN 225config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
226 bool " Use busybox ip applet" 226 bool " Use busybox ip applet"
227 default y 227 default y
228 depends on CONFIG_FEATURE_IFUPDOWN_IP 228 depends on CONFIG_FEATURE_IFUPDOWN_IP
@@ -236,7 +236,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
236 If leave this disabled, you must install the full-blown iproute2 236 If leave this disabled, you must install the full-blown iproute2
237 utility or the "ifup" and "ifdown" applets will not work. 237 utility or the "ifup" and "ifdown" applets will not work.
238 238
239config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN 239config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
240 bool " Use busybox ifconfig and route applets" 240 bool " Use busybox ifconfig and route applets"
241 default y 241 default y
242 depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP 242 depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP