diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-20 02:56:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-20 02:56:23 +0000 |
commit | 04d064a59055ede01f24312e2c384c501fc08cca (patch) | |
tree | e0e5afbe2cd54a865642c0839f89f4a2b7601d71 /package/busybox/patches/240-udhcpc_retries.patch | |
parent | c4dbe835b4c289079e9ae6c4844606218639f9d0 (diff) | |
download | upstream-04d064a59055ede01f24312e2c384c501fc08cca.tar.gz upstream-04d064a59055ede01f24312e2c384c501fc08cca.tar.bz2 upstream-04d064a59055ede01f24312e2c384c501fc08cca.zip |
busybox: refresh patches
SVN-Revision: 26738
Diffstat (limited to 'package/busybox/patches/240-udhcpc_retries.patch')
-rw-r--r-- | package/busybox/patches/240-udhcpc_retries.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/240-udhcpc_retries.patch b/package/busybox/patches/240-udhcpc_retries.patch index c78dae533e..73240aa801 100644 --- a/package/busybox/patches/240-udhcpc_retries.patch +++ b/package/busybox/patches/240-udhcpc_retries.patch @@ -1,6 +1,6 @@ --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c -@@ -1017,7 +1017,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c +@@ -1196,7 +1196,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c switch (state) { case INIT_SELECTING: @@ -9,7 +9,7 @@ if (packet_num == 0) xid = random_xid(); /* broadcast */ -@@ -1046,7 +1046,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c +@@ -1225,7 +1225,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c packet_num = 0; continue; case REQUESTING: |