From d6b4605a36b892d1eb658a81fa1ebf7783fd7941 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 6 Feb 2017 16:33:17 -0600 Subject: Remove problematic udhcpc -n option --- recipes-core/busybox/busybox-1.22.1/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core') 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 -- cgit v1.2.3