From: nbd Date: Sun, 6 Jan 2008 19:26:33 +0000 (+0000) Subject: don't call deconfig in udhcpc when entering the renew phase X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b59f896089edf83ce4cd1951001b6cc889bdd287;hp=3485e86ac5ec31cb071a4155c97a8882a839d7dd don't call deconfig in udhcpc when entering the renew phase git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/patches/524-udhcpc_renew.patch b/package/busybox/patches/524-udhcpc_renew.patch new file mode 100644 index 000000000..07611a522 --- /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);