summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-16 10:57:05 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-16 10:57:05 +0000
commit95d7d1b283ac30fc2f75d16bbec6438370e124f2 (patch)
tree64c65a224133aa9a82d2bd5f5eb341d3d901fdeb /packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch
parent2ffdf562f7552ef23431348518993b01f247eae9 (diff)
busybox: add 1.6.0
Diffstat (limited to 'packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch')
-rw-r--r--packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch b/packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch
new file mode 100644
index 0000000000..f49aa16580
--- /dev/null
+++ b/packages/busybox/busybox-1.6.0/dhcp-increase-retries.patch
@@ -0,0 +1,11 @@
+--- busybox-1.5.0/networking/udhcp/dhcpc.c~ 2007-04-01 08:42:41.000000000 -0500
++++ busybox-1.5.0/networking/udhcp/dhcpc.c 2007-04-01 21:03:42.000000000 -0500
+@@ -188,7 +188,7 @@
+ /* Default options. */
+ client_config.interface = "eth0";
+ client_config.script = DEFAULT_SCRIPT;
+- client_config.retries = 3;
++ client_config.retries = 5;
+ client_config.timeout = 3;
+
+ /* Parse command line */