diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-28 12:38:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-28 12:38:46 +0000 |
commit | 91750d01a7a0b56a880a147a825d097aaac7f53d (patch) | |
tree | 20de5267e6400c96be022906c833acdb5f7eb6d0 /package/busybox/patches/244-udhcpc_cidrroute.patch | |
parent | 6fa03d63d4d34ef38a5fde5292cb7f65c06d56b2 (diff) | |
download | upstream-91750d01a7a0b56a880a147a825d097aaac7f53d.tar.gz upstream-91750d01a7a0b56a880a147a825d097aaac7f53d.tar.bz2 upstream-91750d01a7a0b56a880a147a825d097aaac7f53d.zip |
busybox: update to v1.14.4 (closes: #5619)
SVN-Revision: 17782
Diffstat (limited to 'package/busybox/patches/244-udhcpc_cidrroute.patch')
-rw-r--r-- | package/busybox/patches/244-udhcpc_cidrroute.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/244-udhcpc_cidrroute.patch b/package/busybox/patches/244-udhcpc_cidrroute.patch index 7267750358..29313ae79d 100644 --- 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 -@@ -46,6 +46,7 @@ const struct dhcp_option dhcp_options[] +@@ -48,6 +48,7 @@ const struct dhcp_option dhcp_options[] #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 */ -@@ -95,6 +96,7 @@ const char dhcp_option_strings[] ALIGN1 +@@ -97,6 +98,7 @@ const char dhcp_option_strings[] ALIGN1 #if ENABLE_FEATURE_UDHCP_RFC3397 "search" "\0" #endif |