aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2020-10-19 13:00:32 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2020-10-21 15:34:11 +0200
commit14903d9d8cb2da2d3c2b793bdad51561dc7bb930 (patch)
tree8ec5b98e59f02b0b76d3af311226063dc6df8c83 /include
parent03a029745fa274bc715af3d27343b8fe74fde8dd (diff)
downloadupstream-14903d9d8cb2da2d3c2b793bdad51561dc7bb930.tar.gz
upstream-14903d9d8cb2da2d3c2b793bdad51561dc7bb930.tar.bz2
upstream-14903d9d8cb2da2d3c2b793bdad51561dc7bb930.zip
kernel: bump 4.14 to 4.14.202
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6, x86_64 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 67dec3c20e..a58b17fbf4 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 = .201
+LINUX_VERSION-4.14 = .202
-LINUX_KERNEL_HASH-4.14.201 = e228dc406c433df4d78c8e877230cc3899c1088c295de8f0d948fc766ae1235b
+LINUX_KERNEL_HASH-4.14.202 = 95c717ab5b0bdd2333e829f0507385fbe3424ceee810727f3a8551a0c74be328
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))