From bb1c915f1e2006ea62f7c9136b18e2491c4303e2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 24 Nov 2015 18:59:28 +0000 Subject: kernel: update m25p80 in 4.1 to the latest version from 4.4-rc1 Signed-off-by: Felix Fietkau SVN-Revision: 47624 --- target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch') diff --git a/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch b/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch index 8a050836a5..d47e80885c 100644 --- a/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch +++ b/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch @@ -29,11 +29,9 @@ This is needed in v4.3. net/ipv4/fib_semantics.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c -index 064bd3caaa4f..aac966f6162f 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c -@@ -864,14 +864,21 @@ static bool fib_valid_prefsrc(struct fib_config *cfg, __be32 fib_prefsrc) +@@ -864,14 +864,21 @@ static bool fib_valid_prefsrc(struct fib if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || fib_prefsrc != cfg->fc_dst) { u32 tb_id = cfg->fc_table; -- cgit v1.2.3