aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-15 15:01:33 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-15 16:22:37 +0100
commitc4a6851c7276084137d91a91ab598e5109452961 (patch)
treef35050020987c479d3ca236a924d2746c9c5743d /include
parentf8b849103dfe1b21a6462837efc9460ca3cca02d (diff)
downloadupstream-c4a6851c7276084137d91a91ab598e5109452961.tar.gz
upstream-c4a6851c7276084137d91a91ab598e5109452961.tar.bz2
upstream-c4a6851c7276084137d91a91ab598e5109452961.zip
kernel: bump 4.14 to 4.14.221
Refreshed all patches. Remove upstreamed hunk in: - 302-dts-support-layerscape.patch 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 885bbcdc40..89fe14522b 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 = .219
+LINUX_VERSION-4.14 = .221
-LINUX_KERNEL_HASH-4.14.219 = 75eecaa731c091fcf3bc2ec914b01d299a447d78041cb66a11a2ab169eb801dd
+LINUX_KERNEL_HASH-4.14.221 = ce2254075ff4846f13380c1cf4bec1e351e5996a7dd109c200e222e49fd2c7e9
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))