diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/busybox/busybox-1.22.1/defconfig | 3 |
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 |