summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog9
-rw-r--r--src/build/busybox_1.33.0/config2
2 files changed, 9 insertions, 2 deletions
diff --git a/changelog b/changelog
index 00e489a..a51a0d5 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+config-x60 (2.9) trunk
+
+ * config-busybox-x60: Send up to 10 DHCP discovery packets (up to
+ 30 seconds in discovery).
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 17 Jan 2021 06:04:07 -0500
+
config-x60 (2.8) trunk
* config-busybox-x60: New upstream version.
@@ -11,7 +18,7 @@ config-x60 (2.8) trunk
* config-lilo: Drop fbcon font arguments (M+ 1mn fonts were disabled
in version 2.6).
- -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:27:49 -0500
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 15 Jan 2021 03:41:12 -0500
config-x60 (2.7) trunk
diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config
index 4a8b7e2..70412e5 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