aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-03-06 13:44:11 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2022-03-06 20:37:47 +0100
commit9ced994057ae8243445d3f22aa981753de4f7d34 (patch)
tree47fe012570c075f9d1551bcfc6660bf8af2239f6 /include
parent5ecc7ead48783136569a541d59398e08767fd8bc (diff)
downloadupstream-9ced994057ae8243445d3f22aa981753de4f7d34.tar.gz
upstream-9ced994057ae8243445d3f22aa981753de4f7d34.tar.bz2
upstream-9ced994057ae8243445d3f22aa981753de4f7d34.zip
kernel: bump 4.14 to 4.14.269
All patches refreshed automagically without conflicts. Compile-tested: lantiq/xrx200, armvirt/64 Run-tested: lantiq/xrx200, armvirt/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 e226bc4d91..a48939dc54 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 = .267
+LINUX_VERSION-4.14 = .269
-LINUX_KERNEL_HASH-4.14.267 = 8c343f885cfe25a51a8d40595afe5268ce09eaf8f531f9546ecf20831924188e
+LINUX_KERNEL_HASH-4.14.269 = 03a65f405c3acae4dd8cd952444b7cd931f972c01a42e20a471319a2f6c018d2
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))