[openwrt/openwrt] bcm4908: switch to kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 9 03:44:35 PST 2021


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

commit f1a074d0ce625d2b78ea729eb9311a52ea17887f
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Nov 9 11:57:22 2021 +0100

    bcm4908: switch to kernel 5.10
    
    Tested on:
    1. Asus GT-AC5300
    2. Netgear R8000P
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/bcm4908/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile
index 4aae7acfcd..30186e27e7 100644
--- a/target/linux/bcm4908/Makefile
+++ b/target/linux/bcm4908/Makefile
@@ -9,8 +9,7 @@ FEATURES:=squashfs nand usb pci pcie gpio
 CPU_TYPE:=cortex-a53
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
 
 define Target/Description
 	Build firmware images for Broadcom BCM4908 SoC family routers.



More information about the lede-commits mailing list