summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-10-03 20:40:59 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-05 21:46:38 +0200
commit084a8a2fafbaecb821cfa71f0e1c9b8464f23a80 (patch)
tree4fbc944e0fd0da6f3bbdf9766e57a24bb251dea2 /include
parent8444302a92e601a1e05cb8468aaffa140d5a5b80 (diff)
downloadopenwrt-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.tar.gz
openwrt-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.tar.bz2
openwrt-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.zip
kernel: bump 5.4 to 5.4.215
Compile-tested: x86/64 Run-tested: x86/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 6d9eba5ee3..07e64d4edd 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-5.4 = .213
+LINUX_VERSION-5.4 = .215
-LINUX_KERNEL_HASH-5.4.213 = e67ce168477e580375a80f3caef16819a85b15faa2d382adc6df18a62ad6baf1
+LINUX_KERNEL_HASH-5.4.215 = 2d2bf7c3a25297f2b4686aa50a7cdaac68b52fc4c81b2cd3dddfe9f592b34ebd
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))