aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/244-udhcpc_cidrroute.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-07 16:56:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-07 16:56:04 +0000
commit6b306ba7b836261b2abcee6977ff27f909338282 (patch)
tree49c8e4e216c8e7316f5f746c0db3e58841345acf /package/busybox/patches/244-udhcpc_cidrroute.patch
parenta653c7602e243dcc4e89f467d4c97576ddd7a77f (diff)
downloadupstream-6b306ba7b836261b2abcee6977ff27f909338282.tar.gz
upstream-6b306ba7b836261b2abcee6977ff27f909338282.tar.bz2
upstream-6b306ba7b836261b2abcee6977ff27f909338282.zip
update busybox to 1.15.2 (#5926)
SVN-Revision: 18684
Diffstat (limited to 'package/busybox/patches/244-udhcpc_cidrroute.patch')
-rw-r--r--package/busybox/patches/244-udhcpc_cidrroute.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/busybox/patches/244-udhcpc_cidrroute.patch b/package/busybox/patches/244-udhcpc_cidrroute.patch
index 29313ae79d..e69de29bb2 100644
--- a/package/busybox/patches/244-udhcpc_cidrroute.patch
+++ b/package/busybox/patches/244-udhcpc_cidrroute.patch
@@ -1,18 +0,0 @@
---- a/networking/udhcp/options.c
-+++ b/networking/udhcp/options.c
-@@ -48,6 +48,7 @@ const struct dhcp_option dhcp_options[]
- #if ENABLE_FEATURE_UDHCP_RFC3397
- { OPTION_STR1035 | OPTION_LIST , 0x77 }, /* search */
- #endif
-+ { OPTION_U8 | OPTION_LIST | OPTION_REQ, 0x79 }, /* cidr_static_routes */
- /* MSIE's "Web Proxy Autodiscovery Protocol" support */
- { OPTION_STRING , 0xfc }, /* wpad */
-
-@@ -97,6 +98,7 @@ const char dhcp_option_strings[] ALIGN1
- #if ENABLE_FEATURE_UDHCP_RFC3397
- "search" "\0"
- #endif
-+ "cidrroute" "\0" /* cidr_static_routes */
- /* MSIE's "Web Proxy Autodiscovery Protocol" support */
- "wpad" "\0"
- ;