From debf7fe692a5edc9930e6c844949304da8422058 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Tue, 3 Apr 2007 05:57:11 +0000 Subject: busybox: update to 1.5.0 (preference set to -1 so as not to disturb until this possibly-unstable release is more thoroughly tested). --- packages/busybox/busybox-1.5.0/dhcp-increase-retries.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/busybox/busybox-1.5.0/dhcp-increase-retries.patch (limited to 'packages/busybox/busybox-1.5.0/dhcp-increase-retries.patch') diff --git a/packages/busybox/busybox-1.5.0/dhcp-increase-retries.patch b/packages/busybox/busybox-1.5.0/dhcp-increase-retries.patch new file mode 100644 index 0000000000..f49aa16580 --- /dev/null +++ b/packages/busybox/busybox-1.5.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 */ -- cgit v1.2.3