aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-26 14:06:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-26 14:06:42 +0000
commit31c9d90914816dfd51a70dd750547773fe400d11 (patch)
treee539e9d33f5f7275b1975dadac6c8f0fc7ee79a5 /target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch
parent49fdd78bb16b1d088ee6eb610c62a2b58bd66094 (diff)
downloadmaster-187ad058-31c9d90914816dfd51a70dd750547773fe400d11.tar.gz
master-187ad058-31c9d90914816dfd51a70dd750547773fe400d11.tar.bz2
master-187ad058-31c9d90914816dfd51a70dd750547773fe400d11.zip
generic/4.0: upgrade to 4.0-rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch')
-rw-r--r--target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch b/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch
index f21e6f4b66..283ffce911 100644
--- a/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch
+++ b/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch
@@ -19,11 +19,9 @@ Signed-off-by: Steven Barth <cyrus@openwrt.org>
net/ipv6/fib6_rules.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c
-index b4d5e1d..27ca796 100644
--- a/net/ipv6/fib6_rules.c
+++ b/net/ipv6/fib6_rules.c
-@@ -104,6 +104,7 @@ static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp,
+@@ -104,6 +104,7 @@ static int fib6_rule_action(struct fib_r
goto again;
flp6->saddr = saddr;
}
@@ -31,6 +29,3 @@ index b4d5e1d..27ca796 100644
goto out;
}
again:
---
-2.1.4
-