aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-04 17:20:28 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-05 09:30:47 +0100
commit4465b44fc1a93ef4f480d22b405caae980f1b6f5 (patch)
treebf34abcee230e5cf112eed204ffca77c3449a993 /include
parent4b9ade65eca26feeeabedf2344f84671d4685150 (diff)
downloadupstream-4465b44fc1a93ef4f480d22b405caae980f1b6f5.tar.gz
upstream-4465b44fc1a93ef4f480d22b405caae980f1b6f5.tar.bz2
upstream-4465b44fc1a93ef4f480d22b405caae980f1b6f5.zip
kernel: bump 4.14 to 4.14.219
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 90a67f5c65..885bbcdc40 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 = .218
+LINUX_VERSION-4.14 = .219
-LINUX_KERNEL_HASH-4.14.218 = e3fe86a15e03dcb8d4d74facd6f902eb994e3a0a7a9f189fad2a1cc7d8655950
+LINUX_KERNEL_HASH-4.14.219 = 75eecaa731c091fcf3bc2ec914b01d299a447d78041cb66a11a2ab169eb801dd
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))