diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 15:07:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 15:07:45 +0000 |
commit | 701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (patch) | |
tree | 799f7389b8981f2da6bfba2b3296b5faef3e360b /package/busybox/patches/242-udhcpc_msgs.patch | |
parent | 3849a57cd7cb47e30a506222779916eebdbb28fb (diff) | |
download | upstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.gz upstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.bz2 upstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.zip |
busybox: refresh busybox patches
SVN-Revision: 14590
Diffstat (limited to 'package/busybox/patches/242-udhcpc_msgs.patch')
-rw-r--r-- | package/busybox/patches/242-udhcpc_msgs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/242-udhcpc_msgs.patch b/package/busybox/patches/242-udhcpc_msgs.patch index efe8e9ad47..db4fa314bb 100644 --- a/package/busybox/patches/242-udhcpc_msgs.patch +++ b/package/busybox/patches/242-udhcpc_msgs.patch @@ -1,6 +1,6 @@ --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c -@@ -101,6 +101,7 @@ +@@ -101,6 +101,7 @@ int send_decline(uint32_t xid, uint32_t int send_discover(uint32_t xid, uint32_t requested) { struct dhcpMessage packet; @@ -8,7 +8,7 @@ init_packet(&packet, DHCPDISCOVER); packet.xid = xid; -@@ -113,6 +114,7 @@ +@@ -113,6 +114,7 @@ int send_discover(uint32_t xid, uint32_t add_param_req_option(&packet); |