aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-05-02 14:36:00 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-05-06 12:44:26 +0200
commit412d80cdb7a3a9fc610dbdd29529b06c63c36a62 (patch)
tree6fa094575795246e71d786d6a3e195b38e644bb6 /include
parentf105a9c35c1bebfdb83e970d1c03e6e9528ebf35 (diff)
downloadupstream-412d80cdb7a3a9fc610dbdd29529b06c63c36a62.tar.gz
upstream-412d80cdb7a3a9fc610dbdd29529b06c63c36a62.tar.bz2
upstream-412d80cdb7a3a9fc610dbdd29529b06c63c36a62.zip
kernel: bump 4.14 to 4.14.115
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 d1ccfebbd6..311a9b5e86 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .172
-LINUX_VERSION-4.14 = .114
+LINUX_VERSION-4.14 = .115
LINUX_KERNEL_HASH-4.9.172 = 49428e30989cc0b069a6f4b7bc08988deb02d10f910ca0c4d1e44b22155eb40e
-LINUX_KERNEL_HASH-4.14.114 = b75e1dcfabc8d18051a07cbf9b60eaee8ac470a2311fed20447fd0d022c19e15
+LINUX_KERNEL_HASH-4.14.115 = b7ae61711a1323053d68fd47911b92977afd526d302755518e42744251516186
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))