diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-18 15:34:52 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-21 15:36:18 +0100 |
commit | d816c6cd31a275327858b611cf1a11c0aa3e4795 (patch) | |
tree | 8f3be7983c00a3c56b3d62a2167067a7c6bbf1c6 /include | |
parent | c21d59dc117ae10ffa3dc6930e39a224dd9440c1 (diff) | |
download | upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.tar.gz upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.tar.bz2 upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.zip |
kernel: bump 4.14 to 4.14.216
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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 6100a27d38..f61362ef1f 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 = .215 +LINUX_VERSION-4.14 = .216 -LINUX_KERNEL_HASH-4.14.215 = 9a844e290c61b39dd23df507ba1d9c2b2b4365e5993a978b19f1eb5610b926da +LINUX_KERNEL_HASH-4.14.216 = b7864fef15ca9bdefe38cd19232538e3387f05c6ace17f44a0da07bd71edbba5 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |