aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-02-26 06:25:34 -0500
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-27 16:51:52 +0100
commita1735fe73ce72e15fc26ca3cbd4a4fb3caba933a (patch)
tree6f78633643de217792b5c5265a18e7a3bc182e3e /include
parent598de0f41c1d436ffceafa61ebf0f2be4c6f0873 (diff)
downloadupstream-a1735fe73ce72e15fc26ca3cbd4a4fb3caba933a.tar.gz
upstream-a1735fe73ce72e15fc26ca3cbd4a4fb3caba933a.tar.bz2
upstream-a1735fe73ce72e15fc26ca3cbd4a4fb3caba933a.zip
kernel: bump 5.4 to 5.4.101
Ran update_kernel.sh in a fresh clone without any existing toolchains. 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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index d4fdab1603..d6bb2061ca 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 = .100
+LINUX_VERSION-5.4 = .101
LINUX_VERSION-5.10 = .18
-LINUX_KERNEL_HASH-5.4.100 = 795d681aa60822bcf4f2f6c28b4411e1b09d5ca37b85a647967649d1ab3b240a
+LINUX_KERNEL_HASH-5.4.101 = 4e118c072dbe3209ddeaff32ecc558f7e809d54e661550342079f1ee76d9349d
LINUX_KERNEL_HASH-5.10.18 = 3bc1ee2b1bf73b5ba936721953f3f9599fd165cef906cd5163c68d23cb9bb611
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))