aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-01-06 15:31:19 +0100
committerPetr Štetiar <ynezz@true.cz>2022-01-06 15:31:19 +0100
commit5369ceb787b486f77d584696adec44b5081222c7 (patch)
treec8af5a10718634754e887918f710cb848954dba2 /include
parent81d0b4a9f431b2b2ca71edca91febedde98994a3 (diff)
downloadupstream-5369ceb787b486f77d584696adec44b5081222c7.tar.gz
upstream-5369ceb787b486f77d584696adec44b5081222c7.tar.bz2
upstream-5369ceb787b486f77d584696adec44b5081222c7.zip
kernel: bump 4.14 to 4.14.261
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 0151a7d141..8cfa5d4e65 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 = .259
+LINUX_VERSION-4.14 = .261
-LINUX_KERNEL_HASH-4.14.259 = 26e284541ff77bd3af14e40aa690bcf229d0f9b9677704fd9fecb59e108e4368
+LINUX_KERNEL_HASH-4.14.261 = bffaaa4c93ab4ed1de61f804c26c92b82dd80f92793e20194b62497d7b8b4723
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))