projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: register RTL8366RB switch on the TL-WR1043NB board
[openwrt.git]
/
package
/
busybox
/
patches
/
242-udhcpc_msgs.patch
diff --git
a/package/busybox/patches/242-udhcpc_msgs.patch
b/package/busybox/patches/242-udhcpc_msgs.patch
index
0140c78
..
1200c34
100644
(file)
--- a/
package/busybox/patches/242-udhcpc_msgs.patch
+++ b/
package/busybox/patches/242-udhcpc_msgs.patch
@@
-3,7
+3,7
@@
@@ -126,6 +126,7 @@ int FAST_FUNC send_decline(uint32_t xid,
int FAST_FUNC send_discover(uint32_t xid, uint32_t requested)
{
- struct dhcp
Message
packet;
+ struct dhcp
_packet
packet;
+ static int msgs = 0;
init_packet(&packet, DHCPDISCOVER);
This page took
0.024253 seconds
and
4
git commands to generate.