summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
blob: 1e44552c132869b0a38e0e26bea087d3dac1d24f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -1103,7 +1103,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);