projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rdc] make rdc321-wdt become a package, saves some space in the kernel
[openwrt.git]
/
package
/
busybox
/
patches
/
244-udhcpc_cidrroute.patch
diff --git
a/package/busybox/patches/244-udhcpc_cidrroute.patch
b/package/busybox/patches/244-udhcpc_cidrroute.patch
index
7267750
..
29313ae
100644
(file)
--- a/
package/busybox/patches/244-udhcpc_cidrroute.patch
+++ b/
package/busybox/patches/244-udhcpc_cidrroute.patch
@@
-1,6
+1,6
@@
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
-@@ -4
6,6 +46
,7 @@ const struct dhcp_option dhcp_options[]
+@@ -4
8,6 +48
,7 @@ const struct dhcp_option dhcp_options[]
#if ENABLE_FEATURE_UDHCP_RFC3397
{ OPTION_STR1035 | OPTION_LIST , 0x77 }, /* search */
#endif
#if ENABLE_FEATURE_UDHCP_RFC3397
{ OPTION_STR1035 | OPTION_LIST , 0x77 }, /* search */
#endif
@@
-8,7
+8,7
@@
/* MSIE's "Web Proxy Autodiscovery Protocol" support */
{ OPTION_STRING , 0xfc }, /* wpad */
/* MSIE's "Web Proxy Autodiscovery Protocol" support */
{ OPTION_STRING , 0xfc }, /* wpad */
-@@ -9
5,6 +96
,7 @@ const char dhcp_option_strings[] ALIGN1
+@@ -9
7,6 +98
,7 @@ const char dhcp_option_strings[] ALIGN1
#if ENABLE_FEATURE_UDHCP_RFC3397
"search" "\0"
#endif
#if ENABLE_FEATURE_UDHCP_RFC3397
"search" "\0"
#endif
This page took
0.023705 seconds
and
4
git commands to generate.