aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-01-18 14:50:02 +0100
committerPetr Štetiar <ynezz@true.cz>2022-01-18 14:50:02 +0100
commit974161d7f891cc1a76c390258db2fac59a4d115c (patch)
treed9562da9590b79bf9e93653b21644308aeb0ca35 /include
parentb50eb70e01c6fa4a77b5493ed4478c18e8bd2744 (diff)
downloadupstream-974161d7f891cc1a76c390258db2fac59a4d115c.tar.gz
upstream-974161d7f891cc1a76c390258db2fac59a4d115c.tar.bz2
upstream-974161d7f891cc1a76c390258db2fac59a4d115c.zip
kernel: bump 4.14 to 4.14.262
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 8cfa5d4e65..ec35588b45 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 = .261
+LINUX_VERSION-4.14 = .262
-LINUX_KERNEL_HASH-4.14.261 = bffaaa4c93ab4ed1de61f804c26c92b82dd80f92793e20194b62497d7b8b4723
+LINUX_KERNEL_HASH-4.14.262 = 4cfd785381edbfcd86dfb1cd8d264d872643d71afd2b832fa2090f5b7228d417
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))