aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-04-08 13:52:02 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-04-08 14:54:48 +0200
commit6c81f5fac62196c51d974f681b480414bda7b202 (patch)
treeec6cd8c74469cd37c51ec37b174b95aa05d086fc /include
parentaa0e6fc4895c0c8469e0f55d643b510e1c320b37 (diff)
downloadupstream-6c81f5fac62196c51d974f681b480414bda7b202.tar.gz
upstream-6c81f5fac62196c51d974f681b480414bda7b202.tar.bz2
upstream-6c81f5fac62196c51d974f681b480414bda7b202.zip
kernel: bump 4.14 to 4.14.111
Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: 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 20ba2f32af..71a4b2aa1a 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .168
-LINUX_VERSION-4.14 = .110
+LINUX_VERSION-4.14 = .111
LINUX_KERNEL_HASH-4.9.168 = 4d451c21effad77de323edc9bfeae095aa1faed1a801ef427d66f5763bef091e
-LINUX_KERNEL_HASH-4.14.110 = 99ea359464dc8a7ab9862195934a1f3504c38a32af5fa424e3ae56244dd59e72
+LINUX_KERNEL_HASH-4.14.111 = f8197d56553f864d1d2e97abbe4fca50f8ab5e72089c292d22f0e4395340a6e8
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))