summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/524-udhcpc_renew.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/524-udhcpc_renew.patch')
-rw-r--r--package/busybox/patches/524-udhcpc_renew.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/busybox/patches/524-udhcpc_renew.patch b/package/busybox/patches/524-udhcpc_renew.patch
deleted file mode 100644
index c22fa52ea2..0000000000
--- a/package/busybox/patches/524-udhcpc_renew.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/networking/udhcp/dhcpc.c
-+++ b/networking/udhcp/dhcpc.c
-@@ -1045,7 +1045,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_listen_mode(LISTEN_RAW);