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 <tatiana.leon@digi.com>
This commit is contained in:
parent
113deb8046
commit
b0171be93a
|
|
@ -882,7 +882,7 @@ CONFIG_UDHCP_DEBUG=0
|
||||||
CONFIG_FEATURE_UDHCP_8021Q=y
|
CONFIG_FEATURE_UDHCP_8021Q=y
|
||||||
CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
|
CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
|
||||||
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
|
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
|
||||||
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-n"
|
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS=""
|
||||||
CONFIG_UDPSVD=y
|
CONFIG_UDPSVD=y
|
||||||
# CONFIG_VCONFIG is not set
|
# CONFIG_VCONFIG is not set
|
||||||
CONFIG_WGET=y
|
CONFIG_WGET=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue