diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-01-31 11:52:40 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-01-31 11:52:40 +0100 |
commit | 57293f51c48f1f7c4e8f1ab6fe2220761487bd65 (patch) | |
tree | c7333e5f815222e320335d513d32c1397b42020e /include | |
parent | 974161d7f891cc1a76c390258db2fac59a4d115c (diff) | |
download | upstream-57293f51c48f1f7c4e8f1ab6fe2220761487bd65.tar.gz upstream-57293f51c48f1f7c4e8f1ab6fe2220761487bd65.tar.bz2 upstream-57293f51c48f1f7c4e8f1ab6fe2220761487bd65.zip |
kernel: bump 4.14 to 4.14.264
All patches refreshed automagically without conflicts.
Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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 ec35588b45..1f5896cf64 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 = .262 +LINUX_VERSION-4.14 = .264 -LINUX_KERNEL_HASH-4.14.262 = 4cfd785381edbfcd86dfb1cd8d264d872643d71afd2b832fa2090f5b7228d417 +LINUX_KERNEL_HASH-4.14.264 = 55b04bc00df0282d5e7d23028d12f7d1d29aaadbf52199661b09e70f1c4225b4 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |