aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/networking/udhcp/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-04 17:52:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-04 17:52:02 +0000
commit71f35a88e4666f4f310efb4563ebfce54045636f (patch)
tree6616a4a2ca0d182e25f87cf78c5a57dc81add581 /package/utils/busybox/config/networking/udhcp/Config.in
parent0732f91d5507073d2e175e8a5dc30a3cd22f2761 (diff)
downloadmaster-187ad058-71f35a88e4666f4f310efb4563ebfce54045636f.tar.gz
master-187ad058-71f35a88e4666f4f310efb4563ebfce54045636f.tar.bz2
master-187ad058-71f35a88e4666f4f310efb4563ebfce54045636f.zip
busybox: update to version 1.23.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/config/networking/udhcp/Config.in')
-rw-r--r--package/utils/busybox/config/networking/udhcp/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/utils/busybox/config/networking/udhcp/Config.in b/package/utils/busybox/config/networking/udhcp/Config.in
index 576a01a25f..4f48400225 100644
--- a/package/utils/busybox/config/networking/udhcp/Config.in
+++ b/package/utils/busybox/config/networking/udhcp/Config.in
@@ -90,6 +90,17 @@ config BUSYBOX_CONFIG_FEATURE_UDHCPC_ARPING
will DHCPDECLINE the offer if the address is in use,
and restart the discover process.
+config BUSYBOX_CONFIG_FEATURE_UDHCPC_SANITIZEOPT
+ bool "Do not pass malformed host and domain names"
+ default BUSYBOX_DEFAULT_FEATURE_UDHCPC_SANITIZEOPT
+ depends on BUSYBOX_CONFIG_UDHCPC
+ help
+ If selected, udhcpc will check some options (such as option 12 -
+ hostname) and if they don't look like valid hostnames
+ (for example, if they start with dash or contain spaces),
+ they will be replaced with string "bad" when exporting
+ to the environment.
+
config BUSYBOX_CONFIG_FEATURE_UDHCP_PORT
bool "Enable '-P port' option for udhcpd and udhcpc"
default BUSYBOX_DEFAULT_FEATURE_UDHCP_PORT