aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-07 13:55:05 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-09 18:32:38 +0200
commit33af038becd85071059f26192b8a9cb6acbc8137 (patch)
treecb9ba53ba1c29717c124b8b1dc87caae27c5b2db /include
parent872cbcc6280738fa9b5a7f9f7d49576405d2f18e (diff)
downloadupstream-33af038becd85071059f26192b8a9cb6acbc8137.tar.gz
upstream-33af038becd85071059f26192b8a9cb6acbc8137.tar.bz2
upstream-33af038becd85071059f26192b8a9cb6acbc8137.zip
kernel: bump 4.14 to 4.14.137
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 a063590c80..ae5ad08f9a 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 = .136
+LINUX_VERSION-4.14 = .137
-LINUX_KERNEL_HASH-4.14.136 = 268dff959216e59437a8f9db7c2cea3a1ada8a4c72232dc5b7f83ecca12bdf70
+LINUX_KERNEL_HASH-4.14.137 = 93f8e91329300f325a5b4dd9de1f51c0b1bf9591dfd2274044c2f70f96bae228
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))