busybox: update to 1.31.0
[openwrt/staging/rmilecki.git] / package / utils / busybox / patches / 203-udhcpc_renew_no_deconfig.patch
index 6f5d3cc8bf3b632b2a965592211bc30f4ef5120f..3d3c0cc403ea6371e84d8cddd5525138c756a314 100644 (file)
@@ -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");