aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-02 22:09:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-02 22:09:37 +0000
commit9d4533ede123cf05eb66a00997ede9c64e579b4d (patch)
treeb94af7c76d4f44472930795a9aff1f8339bc281f /networking
parentdd539f76877000e333796da8f30ea760c080a69a (diff)
downloadbusybox-9d4533ede123cf05eb66a00997ede9c64e579b4d.tar.gz
Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/networking/Config.in b/networking/Config.in
index f9ea56488..3dfd80b3d 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -53,7 +53,7 @@ config FTPPUT
config FEATURE_FTPGETPUT_LONG_OPTIONS
bool "Enable long options in ftpget/ftpput"
default n
- depends on GETOPT_LONG && (CONFIG_FTPGET || FTPPUT)
+ depends on GETOPT_LONG && (FTPGET || FTPPUT)
help
Support long options for the ftpget/ftpput applet.
@@ -239,20 +239,20 @@ config FEATURE_IFUPDOWN_IP_BUILTIN
help
Use the busybox iproute "ip" applet to implement "ifupdown".
- If leave this disabled, you must install the full-blown iproute2
+ If left disabled, you must install the full-blown iproute2
utility or the "ifup" and "ifdown" applets will not work.
-config FEATURE_IFUPDOWN_IP_BUILTIN
+config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
bool "Use busybox ifconfig and route applets"
default y
- depends on IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
+ depends on IFUPDOWN && !FEATURE_IFUPDOWN_IP
select IFCONFIG
select ROUTE
help
Use the busybox iproute "ifconfig" and "route" applets to
implement the "ifup" and "ifdown" utilities.
- If leave this disabled, you must install the full-blown ifconfig
+ If left disabled, you must install the full-blown ifconfig
and route utilities, or the "ifup" and "ifdown" applets will not
work.