aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-28 14:23:13 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-30 11:17:40 +0100
commit79e639160048e9cfcc6d91b0a537840cdd4b72ac (patch)
tree6244d78c4cbf294844b6a4d8a275c2d20b9ae96f /include
parentc51a39d4a5a7bc1e7008c12b79b9236f667ce5ef (diff)
downloadupstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.gz
upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.bz2
upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.zip
kernel: bump 4.14 to 4.14.150
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, 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 f68a4dd373..93a2882144 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 = .149
+LINUX_VERSION-4.14 = .150
-LINUX_KERNEL_HASH-4.14.149 = e69dabd2368440ce1650cda0cf043e1ba3f3343f940a43b68e761739fcb3f296
+LINUX_KERNEL_HASH-4.14.150 = 65c5a4b86b858ba58642f46ae8c983990376d1946e59cc7e054e85b1b7eb57b0
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))