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.patch4
1 files changed, 2 insertions, 2 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
index 6f5d3cc8bf..3d3c0cc403 100644
--- a/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
+++ b/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
@@ -1,7 +1,7 @@
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
-@@ -1128,7 +1128,6 @@ static void perform_renew(void)
- state = RENEW_REQUESTED;
+@@ -1126,7 +1126,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");