aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 12:32:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 12:32:52 +0000
commit6554de06fe4f218546fc2b1e2f6c5a41995e2353 (patch)
treec83bd0f60ec6220c54a3ffff910cb45b5f168f2d /networking/Config.in
parenta4acf669f4b2c649c408633804d6f9333c8ed73e (diff)
downloadbusybox-6554de06fe4f218546fc2b1e2f6c5a41995e2353.tar.gz
- fix typo introduced in the last commit.
Diffstat (limited to 'networking/Config.in')
-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
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
than the default of using the older 'ifconfig' and 'route' utilities.
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
bool " Use busybox ip applet"
default y
depends on CONFIG_FEATURE_IFUPDOWN_IP
@@ -236,7 +236,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
If leave this disabled, you must install the full-blown iproute2
utility or the "ifup" and "ifdown" applets will not work.
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
bool " Use busybox ifconfig and route applets"
default y
depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP