summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-17 05:06:48 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-17 05:06:48 (EST)
commit675f000446a1f1ef2420dd119429a0567388fee0 (patch)
tree3cf1ac9c1520dd601dffd9f962eae64c9826fb20
parentbc05e4d18f5b957e198f76749efd83d60c824f9a (diff)
busybox: Send up to 10 DHCP discovery packets
-rw-r--r--changelog7
-rw-r--r--src/build/busybox_1.33.0/config2
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog b/changelog
index e20aa08..6ed7289 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+config-libiquity-testbench (1.3) trunk
+
+ * config-busybox-libiquity-testbench: Send up to 10 DHCP discovery
+ packets (up to 30 seconds in discovery).
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 17 Jan 2021 05:04:17 -0500
+
config-libiquity-testbench (1.2) trunk
* config-lilo: Boot straight to the ramfs, without a menu.
diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config
index 8ea6de9..3fe9f16 100644
--- a/src/build/busybox_1.33.0/config
+++ b/src/build/busybox_1.33.0/config
@@ -1002,7 +1002,7 @@ CONFIG_UDHCP_DEBUG=1
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
# CONFIG_FEATURE_UDHCP_RFC3397 is not set
# CONFIG_FEATURE_UDHCP_8021Q is not set
-CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"
+CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -t 10"
#
# Print Utilities