aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/networking/udhcp/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
committerNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
commite7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch)
tree04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/networking/udhcp/Config.in
parentb90bd689a2df064438cc7b270270f322136aa7b2 (diff)
downloadupstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/networking/udhcp/Config.in')
-rw-r--r--package/busybox/config/networking/udhcp/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in
index 891dcf8d83..10e06d5e36 100644
--- a/package/busybox/config/networking/udhcp/Config.in
+++ b/package/busybox/config/networking/udhcp/Config.in
@@ -74,14 +74,14 @@ config BUSYBOX_CONFIG_FEATURE_UDHCP_PORT
At the cost of ~300 bytes, enables -P port option.
This feature is typically not needed.
-config BUSYBOX_CONFIG_FEATURE_UDHCP_DEBUG
+config BUSYBOX_CONFIG_UDHCP_DEBUG
bool "Compile udhcp with noisy debugging messages"
default n
depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC
help
If selected, udhcpd will output extra debugging output.
-config BUSYBOX_CONFIG_FEATURE_RFC3397
+config BUSYBOX_CONFIG_FEATURE_UDHCP_RFC3397
bool "Support for RFC3397 domain search (experimental)"
default y
depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC
@@ -89,7 +89,7 @@ config BUSYBOX_CONFIG_FEATURE_RFC3397
If selected, both client and server will support passing of domain
search lists via option 119, specified in RFC3397.
-config BUSYBOX_CONFIG_DHCPC_DEFAULT_SCRIPT
+config BUSYBOX_CONFIG_UDHCPC_DEFAULT_SCRIPT
string "Absolute path to config script"
default "/usr/share/udhcpc/default.script"
depends on BUSYBOX_CONFIG_APP_UDHCPC