aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-04-05 14:20:05 +0200
committerPetr Štetiar <ynezz@true.cz>2022-04-05 14:20:05 +0200
commitd39a6c67dcb487ad7d0d0dc8262cff3fcb3e8d39 (patch)
treea3018e9a7a848e1305150e0dea94dfc37c7c90a6 /include/kernel-version.mk
parent9aa35fada6522189202c324dd9a97672460b0e4a (diff)
downloadupstream-d39a6c67dcb487ad7d0d0dc8262cff3fcb3e8d39.tar.gz
upstream-d39a6c67dcb487ad7d0d0dc8262cff3fcb3e8d39.tar.bz2
upstream-d39a6c67dcb487ad7d0d0dc8262cff3fcb3e8d39.zip
kernel: bump 4.14 to 4.14.275
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/kernel-version.mk')
-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 d0ac3b2ee1..1d97de0ec0 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 = .274
+LINUX_VERSION-4.14 = .275
-LINUX_KERNEL_HASH-4.14.274 = 2b42538fcb88df5113e1797ab18252ac6ba876f1d13c83af6ea7c6430b0f7fad
+LINUX_KERNEL_HASH-4.14.275 = 100a9960fb2d8e079c9feeef640715a7fb749ed728a57e427f9e2443212e58f9
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))