aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-12 10:32:59 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-14 18:24:11 +0200
commitbc138c5b72305ea977573e30bc8d8a5b32c094f9 (patch)
tree8ee98905f65d077a4abd48f9ca5b7dd309d765db /include
parent46e9a9b04e4f42772cac056453a77937a2b6a40c (diff)
downloadupstream-bc138c5b72305ea977573e30bc8d8a5b32c094f9.tar.gz
upstream-bc138c5b72305ea977573e30bc8d8a5b32c094f9.tar.bz2
upstream-bc138c5b72305ea977573e30bc8d8a5b32c094f9.zip
kernel: bump 4.14 to 4.14.138
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 ae5ad08f9a..c23364985b 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 = .137
+LINUX_VERSION-4.14 = .138
-LINUX_KERNEL_HASH-4.14.137 = 93f8e91329300f325a5b4dd9de1f51c0b1bf9591dfd2274044c2f70f96bae228
+LINUX_KERNEL_HASH-4.14.138 = f250bd1de3a83c1f015f8e6e9bfa9f20eaef3dc24a6cd60116e49979314b837b
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))