aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-01 10:35:34 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-02 11:52:31 +0100
commit312c05611b228d6d336364a2e10a53bb95e274ee (patch)
tree89003f960c720addc7050beb289820a87eb2a69a /include
parent3100649458387f844aa447bdb3bbac3e4d7e32da (diff)
downloadupstream-312c05611b228d6d336364a2e10a53bb95e274ee.tar.gz
upstream-312c05611b228d6d336364a2e10a53bb95e274ee.tar.bz2
upstream-312c05611b228d6d336364a2e10a53bb95e274ee.zip
kernel: bump 4.14 to 4.14.218
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 b1542e0029..90a67f5c65 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 = .217
+LINUX_VERSION-4.14 = .218
-LINUX_KERNEL_HASH-4.14.217 = 62a36a25431016d98d0f1cff98be432086c51f86fd79042bd10a867b3a924d11
+LINUX_KERNEL_HASH-4.14.218 = e3fe86a15e03dcb8d4d74facd6f902eb994e3a0a7a9f189fad2a1cc7d8655950
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))