diff options
author | John Audia <graysky@archlinux.us> | 2021-10-20 08:32:55 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-21 00:17:36 +0200 |
commit | 0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e (patch) | |
tree | 1f605b905fdf7ac41e307c2573a5bc923d082053 /include | |
parent | 3d0499bcdb9869075d1a7470c73c9ea4c7a32e8f (diff) | |
download | upstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.tar.gz upstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.tar.bz2 upstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.zip |
kernel: bump 5.4 to 5.4.155
All patches automatically rebased.
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4008511940..b0fa8263c0 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 = .154 +LINUX_VERSION-5.4 = .155 LINUX_VERSION-5.10 = .72 -LINUX_KERNEL_HASH-5.4.154 = 058994f4666b6b0474a4d5228583e394594e406783b7e93d487c2a66c35f3c06 +LINUX_KERNEL_HASH-5.4.155 = cc0c0f902748d251cb22d0e69e3b8d260c447eb0072ef853da15da6cce775038 LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |