aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-03-24 10:14:36 -0400
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-03-27 16:39:31 +0100
commit55be1c373424331487946a167fd219c9249a9302 (patch)
tree99a40f704c7a3b88929f6abaef3a0e01f3f4b42b /include
parente2331fb5491e52e3e21ab18b58d064b344e093e5 (diff)
downloadupstream-55be1c373424331487946a167fd219c9249a9302.tar.gz
upstream-55be1c373424331487946a167fd219c9249a9302.tar.bz2
upstream-55be1c373424331487946a167fd219c9249a9302.zip
kernel: bump 5.4 to 5.4.108
All modifications made by by update_kernel.sh. Build system: x86_64 Build-tested: ipq806x/R7800 Run-tested: ipq806x/R7800 [only 5.4.107] No dmesg regressions, everything functional Run-tested by @timocapa: - ramips/mt7621/{Xiaomi R3G, Redmi 2100} - Lantiq/XWAY/Fritz!Box 7320/7330 Signed-off-by: John Audia <graysky@archlinux.us> [squash, edit commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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 e7bc91c06e..c5301eafef 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 = .106
+LINUX_VERSION-5.4 = .108
LINUX_VERSION-5.10 = .26
-LINUX_KERNEL_HASH-5.4.106 = cc873b2c39c1823d4bc4f6cde527943c8cfd28ae94cb517804b0f9679359c8db
+LINUX_KERNEL_HASH-5.4.108 = f212ac07c21bd33e6898fdbb2ddba2a454f74578bbe7bef8fe4dbbbc0ec52172
LINUX_KERNEL_HASH-5.10.26 = fc532833f1ac167f363f1b9de85db39d2d635ab516f66dc381bdd70804601482
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))