ignore the bootloader's commandline on orion
[oweals/openwrt.git] / package / busybox / patches / 524-udhcpc_renew.patch
1 Index: busybox-1.8.2/networking/udhcp/dhcpc.c
2 ===================================================================
3 --- busybox-1.8.2.orig/networking/udhcp/dhcpc.c 2008-01-03 05:00:31.506419917 +0100
4 +++ busybox-1.8.2/networking/udhcp/dhcpc.c      2008-01-03 05:00:44.311149618 +0100
5 @@ -65,7 +65,6 @@
6                 state = RENEW_REQUESTED;
7                 break;
8         case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
9 -               udhcp_run_script(NULL, "deconfig");
10         case REQUESTING:
11         case RELEASED:
12                 change_mode(LISTEN_RAW);