diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 23:52:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 00:43:33 +0100 |
commit | 1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055 (patch) | |
tree | ffc0eedf64b904780a6c98c8afaef5d265de08aa /target/linux/ar71xx | |
parent | 663b1a14e59074a23b86237e0b13dc6e78a6e50b (diff) | |
download | upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.tar.gz upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.tar.bz2 upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.zip |
kernel: bump 4.14 to 4.14.162
Refreshed all patches.
Compile-tested on: ramips
Runtime-tested on: ramips
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch index 9d1e4e524e..a3d4ef2853 100644 --- a/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch @@ -325,7 +325,7 @@ for (p = *head; p; p = p->next) { --- a/net/ipv4/route.c +++ b/net/ipv4/route.c -@@ -465,7 +465,7 @@ static struct neighbour *ipv4_neigh_look +@@ -466,7 +466,7 @@ static struct neighbour *ipv4_neigh_look else if (skb) pkey = &ip_hdr(skb)->daddr; |