projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] env: colorize git output
[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
bfcc02b
..
a9f4f3d
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
-@@ -
380,7 +380
,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c
+@@ -
1257,7 +1257
,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();
/* broadcast */
if (packet_num == 0)
xid = random_xid();
/* broadcast */
-@@ -
409,7 +409
,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c
+@@ -
1286,7 +1286
,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c
packet_num = 0;
continue;
case REQUESTING:
packet_num = 0;
continue;
case REQUESTING:
This page took
0.020651 seconds
and
4
git commands to generate.