diff options
author | John Klug <john.klug@multitech.com> | 2017-03-16 12:50:20 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-03-16 12:50:20 -0500 |
commit | e73ac5241933e8e25926186d9b4152dcb0ee3b3c (patch) | |
tree | 05bf047dc4f622f09dca66a1fc68ac9aed8f30f8 /recipes-core/busybox | |
parent | dce05d230989046baae5514c2b527f6c174b29e2 (diff) | |
download | meta-mlinux-e73ac5241933e8e25926186d9b4152dcb0ee3b3c.tar.gz meta-mlinux-e73ac5241933e8e25926186d9b4152dcb0ee3b3c.tar.bz2 meta-mlinux-e73ac5241933e8e25926186d9b4152dcb0ee3b3c.zip |
Put timeout back. Configure /etc/network/interfaces udhcpc_opts instead
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r-- | recipes-core/busybox/busybox-1.22.1/defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-core/busybox/busybox-1.22.1/defconfig b/recipes-core/busybox/busybox-1.22.1/defconfig index db4a3d2..aa1e514 100644 --- a/recipes-core/busybox/busybox-1.22.1/defconfig +++ b/recipes-core/busybox/busybox-1.22.1/defconfig @@ -771,7 +771,7 @@ CONFIG_FEATURE_IFCONFIG_STATUS=y # CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set CONFIG_FEATURE_IFCONFIG_HW=y # CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set -CONFIG_IFENSLAVE=y +# CONFIG_IFENSLAVE is not set # CONFIG_IFPLUGD is not set CONFIG_IFUPDOWN=y CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate" @@ -854,8 +854,7 @@ 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 -# -n option forces quit, without it, keep trying -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R" +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n" # CONFIG_UDPSVD is not set # CONFIG_VCONFIG is not set CONFIG_WGET=y |