aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-08 15:00:32 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-08 15:52:47 +0200
commit60ff8bf512d5b678754aed6aa5916aad950fdb89 (patch)
tree0740a1c22e4093a31ae8e64f1b98dee087d02d6e /include
parentc4b514b2003687c4d8fb532423afe095e40b6f9c (diff)
downloadupstream-60ff8bf512d5b678754aed6aa5916aad950fdb89.tar.gz
upstream-60ff8bf512d5b678754aed6aa5916aad950fdb89.tar.bz2
upstream-60ff8bf512d5b678754aed6aa5916aad950fdb89.zip
kernel: bump 4.14 to 4.14.148
Refreshed all patches. 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 56b239cc79..ab422fff28 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 = .147
+LINUX_VERSION-4.14 = .148
-LINUX_KERNEL_HASH-4.14.147 = 8fd793688c9d9d4e26fdc175be92b6e638b6a86f4150dd66edecebab0bb85b12
+LINUX_KERNEL_HASH-4.14.148 = 12d2b74003e13a6c1956064754255249fbe5c7af6cbdfb2ddeba45b5ed7c0fad
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))