From b0171be93af0ec07a06176f52b36d10d7e467dd2 Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Thu, 16 Mar 2017 14:33:48 +0100 Subject: [PATCH] busybox: disable '-n' udhcpc option from ifupdown udhcpc's '-n' option means 'Exit if lease is not obtained'. We want to keep udhcp client alive if lease is not obtained, so when it is possible, an IP is assigned. https://jira.digi.com/browse/DEL-3821 Signed-off-by: Tatiana Leon --- meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig index 682d90dbc..f54d2445d 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig @@ -882,7 +882,7 @@ CONFIG_UDHCP_DEBUG=0 CONFIG_FEATURE_UDHCP_8021Q=y CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-n" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" CONFIG_UDPSVD=y # CONFIG_VCONFIG is not set CONFIG_WGET=y