projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
upgrade busybox to v1.11.2 and add current upstream fixes
[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.049789 seconds
and
5
git commands to generate.