aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-03-05 09:22:20 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-03-10 13:55:56 +0100
commit55e9d87754ee79c29e53868d01bd6974d16365c5 (patch)
tree6567b003f06f9c959b4e97201242623dd19de9cd /include
parentc64742a96ea2f673cae1f33222368a11696b6a3d (diff)
downloadupstream-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 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 839a247213..834ede9564 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .222
+LINUX_VERSION-4.14 = .223
-LINUX_KERNEL_HASH-4.14.222 = 734082b03d9f8e43b123b0061f08045b70c34e3a4b09f8a8da6a287686dac744
+LINUX_KERNEL_HASH-4.14.223 = 1a5a5fb32c47b6bc1edce8564f1a00127c496c76f1b9149bb30e9e152639f613
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))