aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2020-10-07 07:28:23 -0400
committerDavid Bauer <mail@david-bauer.net>2020-10-09 23:19:40 +0200
commitab1bd576562b06bba3c2bd2be1199fd37a61ef09 (patch)
tree89036dcaf89ec2655d1998f93c1ed51bd54d0677 /include
parentf2b952a657c08e1611593572b0d12bb54aac8736 (diff)
downloadupstream-ab1bd576562b06bba3c2bd2be1199fd37a61ef09.tar.gz
upstream-ab1bd576562b06bba3c2bd2be1199fd37a61ef09.tar.bz2
upstream-ab1bd576562b06bba3c2bd2be1199fd37a61ef09.zip
kernel: bump 5.4 to 5.4.70
All modifications made by update_kernel.sh Build system: x86_64 Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711 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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index c9146d6374..9e91c84fff 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-4.19 = .138
-LINUX_VERSION-5.4 = .69
+LINUX_VERSION-5.4 = .70
LINUX_KERNEL_HASH-4.19.138 = d15c27d05f6c527269b75b30cc72972748e55720e7e00ad8abbaa4fe3b1d5e02
-LINUX_KERNEL_HASH-5.4.69 = a8b31d716b397303a183e42ad525ff2871024a43e3ea530d0fdf73b7f9d27da7
+LINUX_KERNEL_HASH-5.4.70 = c0b3d8085c5ba235df38b00b740e053659709e8a5ca21957a239f6bc22c45007
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))