X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b59f896089edf83ce4cd1951001b6cc889bdd287..a1fc7ca1b23c2b43b8cff25d712f376edd009094:/package/busybox/patches/524-udhcpc_renew.patch diff --git a/package/busybox/patches/524-udhcpc_renew.patch b/package/busybox/patches/524-udhcpc_renew.patch index 07611a522..8ba4835ae 100644 --- a/package/busybox/patches/524-udhcpc_renew.patch +++ b/package/busybox/patches/524-udhcpc_renew.patch @@ -1,12 +1,10 @@ -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 @@ +--- a/networking/udhcp/dhcpc.c ++++ b/networking/udhcp/dhcpc.c +@@ -76,7 +76,6 @@ static void perform_renew(void) 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); + change_listen_mode(LISTEN_RAW);