diff options
author | John Audia <graysky@archlinux.us> | 2021-12-29 10:23:53 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-03 01:00:03 +0100 |
commit | 7bf62e2451100620925b66dfee9c0a97dfbab90e (patch) | |
tree | d274ecbe514b5f2fbdd7123aef96a9a0c3b185bc /include | |
parent | d9c2b0cfdd1c8a377c7fa67e34437a726cf16d08 (diff) | |
download | upstream-7bf62e2451100620925b66dfee9c0a97dfbab90e.tar.gz upstream-7bf62e2451100620925b66dfee9c0a97dfbab90e.tar.bz2 upstream-7bf62e2451100620925b66dfee9c0a97dfbab90e.zip |
kernel: bump 5.4 to 5.4.169
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/mt7621*
*Had to revert 7f1edbd in order to build due to FS#4149
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 ae0d01e74d..456aaf7dba 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 = .167 +LINUX_VERSION-5.4 = .169 LINUX_VERSION-5.10 = .88 -LINUX_KERNEL_HASH-5.4.167 = b4e43116217ee02009aba7eab3081e64560b81ce42bc6096fcd81257f470a5a7 +LINUX_KERNEL_HASH-5.4.169 = 554382d95f71afd5f9b49292eb5d1cbe3be1a0bad22d21487c9e6d506ee01a19 LINUX_KERNEL_HASH-5.10.88 = 6f8631b6c382a2b0cfeff1e5f8805c8e1cfbe8d714b6e65f5bb79733c99068eb remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |