diff options
author | Denys Vlasenko | 2009-12-11 02:21:10 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-12-11 02:21:10 +0100 |
commit | 4662de0511487b4da965c4b2158bae318f3d80a8 (patch) | |
tree | 05647d5e10ec8ba1a0f50dbe396d2c04bda0c977 /networking/Config.in | |
parent | 8656676a2199e2701e7e5656ef3d2092dedd9ba5 (diff) | |
download | busybox-4662de0511487b4da965c4b2158bae318f3d80a8.zip busybox-4662de0511487b4da965c4b2158bae318f3d80a8.tar.gz |
replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in index 6688237..5222b78 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -923,7 +923,7 @@ source networking/udhcp/Config.in config IFUPDOWN_UDHCPC_CMD_OPTIONS string "ifup udhcpc command line options" default "-R -n" - depends on IFUPDOWN && APP_UDHCPC + depends on IFUPDOWN && UDHCPC help Command line options to pass to udhcpc from ifup. Intended to alter options not available in /etc/network/interfaces. |