diff options
author | John Audia <graysky@archlinux.us> | 2022-01-05 10:54:47 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-07 22:30:40 +0100 |
commit | 9f08557649a733b236bb7fd111f6113549a18558 (patch) | |
tree | 45aaa83f6327f7a7690416bcfb3e2de9ca8db274 /include | |
parent | 77df120bc8b220a79a8b158a457847d0d3d3c94b (diff) | |
download | upstream-9f08557649a733b236bb7fd111f6113549a18558.tar.gz upstream-9f08557649a733b236bb7fd111f6113549a18558.tar.bz2 upstream-9f08557649a733b236bb7fd111f6113549a18558.zip |
kernel: bump 5.4 to 5.4.170
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/mt7621
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 9cd2b77e16..5d462f7b06 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 = .169 +LINUX_VERSION-5.4 = .170 LINUX_VERSION-5.10 = .89 -LINUX_KERNEL_HASH-5.4.169 = 554382d95f71afd5f9b49292eb5d1cbe3be1a0bad22d21487c9e6d506ee01a19 +LINUX_KERNEL_HASH-5.4.170 = b09f74e0cf5fc7cf5de6aa932fe654c962cb10118bdbbdddb397022c6e6d382c LINUX_KERNEL_HASH-5.10.89 = 92218b1a4a18f1cb9ec07d2b7fce41577452aa552c54c25b6d5fe9b4b543bb30 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |