aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-15 11:24:04 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-15 16:54:30 +0200
commit9ac7eb4a86ec70666393c7cc366cdd3bade57aa3 (patch)
tree3518832a897edd4f67019e16fe7bc29db86c9641 /include
parent235148b077cb171a762e7aa66a7258c782f47104 (diff)
downloadupstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.tar.gz
upstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.tar.bz2
upstream-9ac7eb4a86ec70666393c7cc366cdd3bade57aa3.zip
kernel: bump 4.14 to 4.14.76
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 fc20b65e32..7f94be04ad 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .133
-LINUX_VERSION-4.14 = .75
+LINUX_VERSION-4.14 = .76
LINUX_KERNEL_HASH-4.9.133 = 53730fc025ba330a6f4908a6a1e4cb86d821000c84167721680ccf1b37b26563
-LINUX_KERNEL_HASH-4.14.75 = 5093d7230b8f1c553450ca6c1ccd20a46a055d9277a7e161039a8642b3398120
+LINUX_KERNEL_HASH-4.14.76 = ee3f19a4ff8a42793c193e361e1d34fcc821a5ca9b58db41befb2b4df0e482be
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))