[PATCH 10/19] udhcpc: do not call deconfig when entering the renew phase

Florian Fainelli florian at alphacore.org
Tue Sep 25 12:06:09 UTC 2012


From: Felix Fietkau <nbd at openwrt.org>

Signed-off-by: Felix Fietkau <nbd at openwrt.org>
---
 networking/udhcp/dhcpc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 7d38d9d..ecbdb8e 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -1078,7 +1078,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);
-- 
1.7.9.5



More information about the busybox mailing list