[openwrt/openwrt] bcm53xx: switch to the kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 31 02:41:15 PDT 2021


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f55f1dbaad33a259e854bdad93d8adcef00a5629

commit f55f1dbaad33a259e854bdad93d8adcef00a5629
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Aug 31 09:40:54 2021 +0200

    bcm53xx: switch to the kernel 5.10
    
    With PCI and USB regressions fixed it should be safe to switch now.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/bcm53xx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 9457d68ee3..083f905096 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -11,7 +11,7 @@ FEATURES:=squashfs nand usb pci pcie gpio pwm
 CPU_TYPE:=cortex-a9
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
 KERNEL_TESTING_PATCHVER:=5.10
 
 define Target/Description



More information about the lede-commits mailing list