diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-26 14:06:42 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-26 14:06:42 +0000 |
commit | 4bac1253c1da052fb9716e268b5fa2fc31952183 (patch) | |
tree | 72c7932857c2104b966feae578c5c7f065f3fec1 /target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch | |
parent | 23b880b37366f975590f917110e1208fef1ca2e0 (diff) | |
download | mtk-20170518-4bac1253c1da052fb9716e268b5fa2fc31952183.zip mtk-20170518-4bac1253c1da052fb9716e268b5fa2fc31952183.tar.gz mtk-20170518-4bac1253c1da052fb9716e268b5fa2fc31952183.tar.bz2 |
generic/4.0: upgrade to 4.0-rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45025
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.patch | 7 |
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 f21e6f4..283ffce 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 - |