aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-01-24 17:04:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-01-24 17:04:52 +0000
commit680f4608614e74739b3c6c5284000c511f11ffa8 (patch)
tree82e362d790bc105ce787d3eb448825ff4d8499bd /target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch
parent9781461a3dc0071a06bd70198ef9dc67a598c726 (diff)
downloadupstream-680f4608614e74739b3c6c5284000c511f11ffa8.tar.gz
upstream-680f4608614e74739b3c6c5284000c511f11ffa8.tar.bz2
upstream-680f4608614e74739b3c6c5284000c511f11ffa8.zip
kernel: refresh 3.8 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35317
Diffstat (limited to 'target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch')
-rw-r--r--target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch b/target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch
index a1563f44e7..b3746978d3 100644
--- a/target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch
+++ b/target/linux/generic/patches-3.8/643-bridge_remove_ipv6_dependency.patch
@@ -32,7 +32,7 @@
+obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_stubs.o
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
-@@ -1246,7 +1246,7 @@ out:
+@@ -1243,7 +1243,7 @@ out:
return ret;
}
@@ -41,7 +41,7 @@
const struct in6_addr *daddr, unsigned int prefs,
struct in6_addr *saddr)
{
-@@ -1371,7 +1371,6 @@ try_nextdev:
+@@ -1368,7 +1368,6 @@ try_nextdev:
in6_ifa_put(hiscore->ifa);
return 0;
}
@@ -49,7 +49,7 @@
int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
unsigned char banned_flags)
-@@ -4949,6 +4948,9 @@ int __init addrconf_init(void)
+@@ -4946,6 +4945,9 @@ int __init addrconf_init(void)
ipv6_addr_label_rtnl_register();
@@ -59,7 +59,7 @@
return 0;
errout:
rtnl_af_unregister(&inet6_ops);
-@@ -4967,6 +4969,9 @@ void addrconf_cleanup(void)
+@@ -4964,6 +4966,9 @@ void addrconf_cleanup(void)
struct net_device *dev;
int i;