aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-12-06 14:56:27 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-12-10 09:53:30 +0100
commitc3cc419cc682267ae0843aa38403e09d41853192 (patch)
tree82b72f3e3eb86f119f517204c5e6a85747352f03 /include
parentd2d12346e8e6dd5fbb6befd4f9e3e1d5304a2e31 (diff)
downloadupstream-c3cc419cc682267ae0843aa38403e09d41853192.tar.gz
upstream-c3cc419cc682267ae0843aa38403e09d41853192.tar.bz2
upstream-c3cc419cc682267ae0843aa38403e09d41853192.zip
kernel: bump 4.14 to 4.14.158
Refreshed all patches. Altered patches: - 400-mtd-add-rootfs-split-support.patch Compile-tested on: cns3xxx Runtime-tested on: cns3xxx 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 de994ee85e..175d1b7128 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 = .156
+LINUX_VERSION-4.14 = .158
-LINUX_KERNEL_HASH-4.14.156 = f8889feb0cbd7df36ff35bd4c72c1e2010567621bfcb218fcfa501bc5c7787c0
+LINUX_KERNEL_HASH-4.14.158 = 0d49ec72e273f6fc7462ad56849b2285f13fd5f4185e8f932a0074fc2eca1bb3
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))