diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-25 09:18:53 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-26 10:11:21 +0100 |
commit | b4a4d04b919b4a18a03e52a9e6bc18ddd924f554 (patch) | |
tree | e2f041be6829e4d983cc3ccb9aeb56e05707ce41 /include | |
parent | 86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f (diff) | |
download | upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.gz upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.bz2 upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.zip |
kernel: bump 4.14 to 4.14.222
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 89fe14522b..839a247213 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 = .221 +LINUX_VERSION-4.14 = .222 -LINUX_KERNEL_HASH-4.14.221 = ce2254075ff4846f13380c1cf4bec1e351e5996a7dd109c200e222e49fd2c7e9 +LINUX_KERNEL_HASH-4.14.222 = 734082b03d9f8e43b123b0061f08045b70c34e3a4b09f8a8da6a287686dac744 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |