summaryrefslogtreecommitdiff
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-10-17 09:14:42 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-21 00:17:36 +0200
commit3d0499bcdb9869075d1a7470c73c9ea4c7a32e8f (patch)
tree1f6ccdef86c0a24a82f044b3bbe49892fbc48fe5 /include/kernel-version.mk
parent9ad3ef27b9ce75f1c5265976183375ee9678db99 (diff)
downloadopenwrt-3d0499bcdb9869075d1a7470c73c9ea4c7a32e8f.tar.gz
kernel: bump 5.4 to 5.4.154
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 46aa185525..4008511940 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 = .153
+LINUX_VERSION-5.4 = .154
LINUX_VERSION-5.10 = .72
-LINUX_KERNEL_HASH-5.4.153 = 6d9f07c9d611e5a7317eb6d5114880bad5c2dc1ac48d89f861b887d2f4295f49
+LINUX_KERNEL_HASH-5.4.154 = 058994f4666b6b0474a4d5228583e394594e406783b7e93d487c2a66c35f3c06
LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))