1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 02:15:33 +03:00
openwrt-xburst/package/busybox/patches/524-udhcpc_renew.patch

11 lines
291 B
Diff
Raw Normal View History

--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -63,7 +63,6 @@
state = RENEW_REQUESTED;
break;
case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
- udhcp_run_script(NULL, "deconfig");
case REQUESTING:
case RELEASED:
change_listen_mode(LISTEN_RAW);