summaryrefslogtreecommitdiff
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-10-09 13:44:30 -0400
committerDaniel Golle <daniel@makrotopia.org>2021-10-10 00:12:55 +0100
commitb5893a4128ad0c8551c051f563b8e451c3331820 (patch)
tree036b828dde95997d39e6adb58667849fa94103b9 /include/kernel-version.mk
parent416eef7209f3d7c7ab27c90dc4d851d78fff2d44 (diff)
downloadopenwrt-b5893a4128ad0c8551c051f563b8e451c3331820.tar.gz
kernel: bump 5.4 to 5.4.152
All patches automatically rebased. Signed-off-by: John Audia <graysky@archlinux.us>
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 5c9b5256ae..734dbeda92 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,10 +6,10 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-5.4 = .151
+LINUX_VERSION-5.4 = .152
LINUX_VERSION-5.10 = .72
-LINUX_KERNEL_HASH-5.4.151 = bbe73fb83c31a6a7269de85b6b2bbd54dd31e6613f4edab20bb7a6f37cf53313
+LINUX_KERNEL_HASH-5.4.152 = 8044c7134c5eed21af9662f1c5399a5d8781b5bc2d8979e9ad06b4435a0a5ed5
LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))