summaryrefslogtreecommitdiff
path: root/recipes-core/busybox
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-02-06 16:33:17 -0600
committerJohn Klug <john.klug@multitech.com>2017-02-06 16:33:17 -0600
commitd6b4605a36b892d1eb658a81fa1ebf7783fd7941 (patch)
tree14836287e83da875d800b1874795a18851bf8d56 /recipes-core/busybox
parent9132e5ab0f95d0664307108464bee2405f29bf36 (diff)
downloadmeta-mlinux-d6b4605a36b892d1eb658a81fa1ebf7783fd7941.tar.gz
meta-mlinux-d6b4605a36b892d1eb658a81fa1ebf7783fd7941.tar.bz2
meta-mlinux-d6b4605a36b892d1eb658a81fa1ebf7783fd7941.zip
Remove problematic udhcpc -n option
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r--recipes-core/busybox/busybox-1.22.1/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/busybox/busybox-1.22.1/defconfig b/recipes-core/busybox/busybox-1.22.1/defconfig
index aa1e514..7c7b6e3 100644
--- a/recipes-core/busybox/busybox-1.22.1/defconfig
+++ b/recipes-core/busybox/busybox-1.22.1/defconfig
@@ -854,7 +854,8 @@ CONFIG_UDHCP_DEBUG=0
# CONFIG_FEATURE_UDHCP_8021Q is not set
CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
-CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"
+# -n option forces quit, without it, keep trying
+CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R"
# CONFIG_UDPSVD is not set
# CONFIG_VCONFIG is not set
CONFIG_WGET=y