projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b663e32879a21c4a9ead1da82524b3a800d52bc4
[openwrt.git]
/
package
/
busybox
/
patches
/
524-udhcpc_renew.patch
1
--- a/networking/udhcp/dhcpc.c
2
+++ b/networking/udhcp/dhcpc.c
3
@@ -63,7 +63,6 @@
4
state = RENEW_REQUESTED;
5
break;
6
case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
7
- udhcp_run_script(NULL, "deconfig");
8
case REQUESTING:
9
case RELEASED:
10
change_listen_mode(LISTEN_RAW);
This page took
0.041601 seconds
and
3
git commands to generate.