diff options
author | John Audia <graysky@archlinux.us> | 2021-10-07 06:24:12 -0400 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-10 00:12:10 +0100 |
commit | 416eef7209f3d7c7ab27c90dc4d851d78fff2d44 (patch) | |
tree | d259a174534f7c9c7dda26a02597a1414bf06d48 /include | |
parent | e672d1b387604b71058b5c9edc9234fc7efebb25 (diff) | |
download | upstream-416eef7209f3d7c7ab27c90dc4d851d78fff2d44.tar.gz upstream-416eef7209f3d7c7ab27c90dc4d851d78fff2d44.tar.bz2 upstream-416eef7209f3d7c7ab27c90dc4d851d78fff2d44.zip |
kernel: bump 5.4 to 5.4.151
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 0325cf318d..5c9b5256ae 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 = .150 +LINUX_VERSION-5.4 = .151 LINUX_VERSION-5.10 = .72 -LINUX_KERNEL_HASH-5.4.150 = f424a9bbb05007f04c17f96a2e4f041a8001554a9060d2c291606e8a97c62aa2 +LINUX_KERNEL_HASH-5.4.151 = bbe73fb83c31a6a7269de85b6b2bbd54dd31e6613f4edab20bb7a6f37cf53313 LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |