summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-06 19:26:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-06 19:26:33 +0000
commit563d234596124a2e8a3f8489b8a82bd018ed87a7 (patch)
tree1a34ab789b6990e593225e2a83117942ea740bdc
parentae4798386341050148a3dac370d038f43e8b4a6c (diff)
downloadmaster-31e0f0ae-563d234596124a2e8a3f8489b8a82bd018ed87a7.tar.gz
master-31e0f0ae-563d234596124a2e8a3f8489b8a82bd018ed87a7.tar.bz2
master-31e0f0ae-563d234596124a2e8a3f8489b8a82bd018ed87a7.zip
don't call deconfig in udhcpc when entering the renew phase
SVN-Revision: 10136
-rw-r--r--package/busybox/patches/524-udhcpc_renew.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/524-udhcpc_renew.patch b/package/busybox/patches/524-udhcpc_renew.patch
new file mode 100644
index 0000000000..07611a5228
--- /dev/null
+++ b/package/busybox/patches/524-udhcpc_renew.patch
@@ -0,0 +1,12 @@
+Index: busybox-1.8.2/networking/udhcp/dhcpc.c
+===================================================================
+--- busybox-1.8.2.orig/networking/udhcp/dhcpc.c 2008-01-03 05:00:31.506419917 +0100
++++ busybox-1.8.2/networking/udhcp/dhcpc.c 2008-01-03 05:00:44.311149618 +0100
+@@ -65,7 +65,6 @@
+ state = RENEW_REQUESTED;
+ break;
+ case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
+- udhcp_run_script(NULL, "deconfig");
+ case REQUESTING:
+ case RELEASED:
+ change_mode(LISTEN_RAW);