diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-03-05 09:22:20 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-03-10 13:55:56 +0100 |
commit | 55e9d87754ee79c29e53868d01bd6974d16365c5 (patch) | |
tree | 6567b003f06f9c959b4e97201242623dd19de9cd /target/linux/ar71xx | |
parent | c64742a96ea2f673cae1f33222368a11696b6a3d (diff) | |
download | upstream-55e9d87754ee79c29e53868d01bd6974d16365c5.tar.gz upstream-55e9d87754ee79c29e53868d01bd6974d16365c5.tar.bz2 upstream-55e9d87754ee79c29e53868d01bd6974d16365c5.zip |
kernel: bump 4.14 to 4.14.223
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 b847a3e1d5..52360b5385 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 @@ -240,7 +240,7 @@ #ifdef CONFIG_TCP_MD5SIG --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h -@@ -6,6 +6,7 @@ +@@ -7,6 +7,7 @@ #define ipv6_optlen(p) (((p)->hdrlen+1) << 3) #define ipv6_authlen(p) (((p)->hdrlen+2) << 2) |