From 6d92875c3b46793978709c6b6df4314fb0d3f0db Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 29 May 2014 21:50:32 +0000 Subject: busybox: remove redundant 6rd-patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/202-udhcpc_handle_comcast_ip6rd.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 package/utils/busybox/patches/202-udhcpc_handle_comcast_ip6rd.patch (limited to 'package/utils/busybox/patches') diff --git a/package/utils/busybox/patches/202-udhcpc_handle_comcast_ip6rd.patch b/package/utils/busybox/patches/202-udhcpc_handle_comcast_ip6rd.patch deleted file mode 100644 index 3c84c20d91..0000000000 --- a/package/utils/busybox/patches/202-udhcpc_handle_comcast_ip6rd.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/networking/udhcp/common.c -+++ b/networking/udhcp/common.c -@@ -64,6 +64,7 @@ const struct dhcp_optflag dhcp_optflags[ - #endif - { OPTION_STRING , 0xd1 }, /* DHCP_PXE_CONF_FILE */ - { OPTION_6RD , 0xd4 }, /* DHCP_6RD */ -+ { OPTION_6RD , 0x96 }, /* DHCP_6RD (Comcast) */ - { OPTION_STATIC_ROUTES | OPTION_LIST , 0xf9 }, /* DHCP_MS_STATIC_ROUTES */ - { OPTION_STRING , 0xfc }, /* DHCP_WPAD */ - -@@ -131,6 +132,7 @@ const char dhcp_option_strings[] ALIGN1 - #endif - "pxeconffile" "\0" /* DHCP_PXE_CONF_FILE */ - "ip6rd" "\0" /* DHCP_6RD */ -+ "ip6rd" "\0" /* DHCP_6RD (Comcast) */ - "msstaticroutes""\0"/* DHCP_MS_STATIC_ROUTES */ - "wpad" "\0" /* DHCP_WPAD */ - ; -- cgit v1.2.3