aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-02-10 13:27:06 +0100
committerPetr Štetiar <ynezz@true.cz>2022-02-10 13:27:06 +0100
commit606106fb295e2770af4df7c04fc9fcc95428a0f4 (patch)
tree36f54779478fd5feab2150088e6ee77aefc2f053 /include
parent524cbcf6f5b07f3d9ee45e445da12760947e232e (diff)
downloadupstream-606106fb295e2770af4df7c04fc9fcc95428a0f4.tar.gz
upstream-606106fb295e2770af4df7c04fc9fcc95428a0f4.tar.bz2
upstream-606106fb295e2770af4df7c04fc9fcc95428a0f4.zip
kernel: bump 4.14 to 4.14.265
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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 1f5896cf64..0fa2fb6b1c 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 = .264
+LINUX_VERSION-4.14 = .265
-LINUX_KERNEL_HASH-4.14.264 = 55b04bc00df0282d5e7d23028d12f7d1d29aaadbf52199661b09e70f1c4225b4
+LINUX_KERNEL_HASH-4.14.265 = 1a643d551d9578005663fcc0ce70bffc43904aa9371d6aa80e0f0584be7892c7
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))