aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-01-06 12:37:16 -0500
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-08 21:09:17 +0100
commit4ebec0b3e2bc259be8c788a9a792ed2250b30433 (patch)
treea73adbabf349b730b28241cb2956ae3477ce8405 /include
parentc4bfe68c83910e613f07350587a8709a16bd1ffa (diff)
downloadupstream-4ebec0b3e2bc259be8c788a9a792ed2250b30433.tar.gz
upstream-4ebec0b3e2bc259be8c788a9a792ed2250b30433.tar.bz2
upstream-4ebec0b3e2bc259be8c788a9a792ed2250b30433.zip
kernel: bump 5.4 to 5.4.87
All modification by update_kernel.sh. Build system: x86_64 Build-tested: ipq806x/R7800, bcm27xx/bcm2711 Run-tested: ipq806x/R7800 No dmesg regressions, everything functional Compile-tested [*]: ath79/{generic,tiny}, ipq40xx, octeon, ramips/mt7621, realtek, x86/64. Run-tested [*]: ramips/mt7621 (DIR-878 A1, R6800, RT-AC57U), octeon (EdgeRouter Lite). Signed-off-by: John Audia <graysky@archlinux.us> Tested-by: Stijn Segers <foss@volatilesystems.org> [*]
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 dcbc45823b..4a2b9ae2f4 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-5.4 = .86
+LINUX_VERSION-5.4 = .87
-LINUX_KERNEL_HASH-5.4.86 = eb36b5fc6ef7b953acba0a3e62d872e0330c4d34b38d58f5714493a4fe3b0e8b
+LINUX_KERNEL_HASH-5.4.87 = 6a34e93e2e84bb645155124962307ad9d3646124f43838d087209ed4ea595c31
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))