aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-24 18:00:10 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-28 23:06:48 +0200
commitdef9d215ac7dc682bfb5489bc75d64a2f8af694d (patch)
treecb4a54233506be71a0e4b629ba4c29ad8efabf9a /include
parent5fde931d6071225e4383b33aaaa2131d49f55eee (diff)
downloadupstream-def9d215ac7dc682bfb5489bc75d64a2f8af694d.tar.gz
upstream-def9d215ac7dc682bfb5489bc75d64a2f8af694d.tar.bz2
upstream-def9d215ac7dc682bfb5489bc75d64a2f8af694d.zip
kernel: bump 4.14 to 4.14.67
Refreshed all patches. Removed upstreamed patches: - 037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch 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 9c9490fef6..425c7ab594 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,11 +2,11 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.14 = .66
LINUX_VERSION-4.9 = .124
+LINUX_VERSION-4.14 = .67
-LINUX_KERNEL_HASH-4.14.66 = a38061ca4c864d11a72beb3dc5918a99f13372fe9ee35508d004fdfabd460413
LINUX_KERNEL_HASH-4.9.124 = 5ca6b0d48c8dd1265005169f1b97149a4e893668c0d8aa566a73c7663c8e4311
+LINUX_KERNEL_HASH-4.14.67 = 3f4b056dc27233a78f7a4a35ed6fdcfd0a9680ec40b611a898bb6c8b905070ba
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))