[openwrt/openwrt] kernel: bump 5.4 to 5.4.98

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 14 13:22:23 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1bc7783c679a2e6c30c099fa6a0e6f5ad43b9a00

commit 1bc7783c679a2e6c30c099fa6a0e6f5ad43b9a00
Author: John Audia <graysky at archlinux.us>
AuthorDate: Sat Feb 13 10:30:20 2021 -0500

    kernel: bump 5.4 to 5.4.98
    
    Ran update_kernel.sh in a fresh clone without any existing toolchains.
    No manual changes needed.
    
    Build system:       x86_64
    Build-tested:       bcm27xx/bcm2711, ipq806x/R7800
    Run-tested:         ipq806x/R7800
    Compile-tested [*]: ath79/{generic,tiny}, ipq40xx, octeon, realtek,
                        ramips/{mt7620,mt7621}, x86/64
    Run-tested [*]:     ath79/{generic,tiny}: WNDR3700v2 / TL-WR841N v7
                        octeon: EdgeRouter Lite
                        ramips/{mt7620,mt7621}: Archer C2 v1 / DIR-878 A1,
                                          EAP235-Wall, R6800, RT-AC57U v1
    
    No dmesg regressions, everything functional
    
    Signed-off-by: John Audia <graysky at archlinux.us>
    Tested-by: Stijn Segers <foss at volatilesystems.org> [*]
---
 include/kernel-version.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index c9f92f9920..b01280508f 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 = .97
+LINUX_VERSION-5.4 = .98
 
-LINUX_KERNEL_HASH-5.4.97 = 71a866100a630fbc66d24770f932feb121dd764c0bb95a88c0a00e3cb629483f
+LINUX_KERNEL_HASH-5.4.98 = 83a248d6fbe388f133769d736f36b754767abc9d66f1c034b537ad778fbd46b1
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))



More information about the lede-commits mailing list