diff options
author | John Audia <graysky@archlinux.us> | 2021-08-15 09:13:34 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-21 15:59:39 +0200 |
commit | 96369a68e737f05c00e1d76ec382b28d3a2d309b (patch) | |
tree | 6748ad8fff0dec25efbe96a9b80ddba3e36834aa /include | |
parent | 8408e0ff07003f1fd93c3bec47bb142eb06ace69 (diff) | |
download | upstream-96369a68e737f05c00e1d76ec382b28d3a2d309b.tar.gz upstream-96369a68e737f05c00e1d76ec382b28d3a2d309b.tar.bz2 upstream-96369a68e737f05c00e1d76ec382b28d3a2d309b.zip |
kernel: bump 5.4 to 5.4.141
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
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 8b003b59e1..4f15e91614 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 = .140 +LINUX_VERSION-5.4 = .141 LINUX_VERSION-5.10 = .60 -LINUX_KERNEL_HASH-5.4.140 = 2c657a2df4f2e805ac50aeb39ecf5d1e4cb1501e7fcf15eafd14486b587f7e43 +LINUX_KERNEL_HASH-5.4.141 = 10636d360cc5ba3857f8e91dfb0a4efcdb1406675e981fa9433748b097138c28 LINUX_KERNEL_HASH-5.10.60 = 696ff7753f6c7c5123dbcb0a22d693cb358c760c61a76649531b6a207155f78d remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |