aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch')
-rw-r--r--package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch b/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
deleted file mode 100644
index 88a98c0a1c..0000000000
--- a/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/networking/udhcp/dhcpc.c
-+++ b/networking/udhcp/dhcpc.c
-@@ -1125,7 +1125,6 @@ static void perform_renew(void)
- client_data.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);