projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make fpu emulation support configurable through kernel_menuconfig by adding a prompt...
[openwrt.git]
/
package
/
busybox
/
patches
/
240-udhcpc_retries.patch
diff --git
a/package/busybox/patches/240-udhcpc_retries.patch
b/package/busybox/patches/240-udhcpc_retries.patch
index
30f64e1
..
81f120d
100644
(file)
--- 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
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
-@@ -3
52,7 +352,7 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSE
+@@ -3
63,7 +363,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c
switch (state) {
case INIT_SELECTING:
switch (state) {
case INIT_SELECTING:
@@
-9,7
+9,7
@@
if (packet_num == 0)
xid = random_xid();
if (packet_num == 0)
xid = random_xid();
-@@ -3
82,7 +382,7 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSE
+@@ -3
94,7 +394,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c
continue;
case RENEW_REQUESTED:
case REQUESTING:
continue;
case RENEW_REQUESTED:
case REQUESTING:
This page took
0.021933 seconds
and
4
git commands to generate.