aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-02-18 14:48:48 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2015-02-18 14:48:48 +0800
commit219d66fcbcbaa746caf8ffdc7faa7e737e943c14 (patch)
tree541e8293de817407e384f38b726aca04e41bd9a1
parent9ee5bfef065b1b93b5e1a2a222b4340c047f9d47 (diff)
busybox: update udhcpc cmd options
add the following options: * -A,--tryagain=5 Wait 5 seconds after failure * -T,--timeout=3 Try to get a lease for 3 seconds * -t,--retries=10 Send up to 10 request packets in order to prevent network interface bring up failures in the lab, try harder to get the lease. Change-Id: Ied103b5bdf1d7833595146788dfa6f0a360c8e59 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--meta-linaro-integration/recipes-core/busybox/files/linaro.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
index d652fa27..ff3a81fd 100644
--- a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
+++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
@@ -3,4 +3,4 @@ CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y
CONFIG_SETSID=y
CONFIG_HTTPD=y
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
-CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b"
+CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b -A 5 -T 3 -t 10"