[openwrt/openwrt] bcm47xx: switch to kernel 6.12

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 25 08:21:28 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2aa9a411363694efac7553e4bdb3dc3c80335654

commit 2aa9a411363694efac7553e4bdb3dc3c80335654
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sun Nov 23 09:49:09 2025 +0100

    bcm47xx: switch to kernel 6.12
    
    switch the kernel to 6.12 by default
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20887
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/bcm47xx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile
index 5059432e53..28613a2625 100644
--- a/target/linux/bcm47xx/Makefile
+++ b/target/linux/bcm47xx/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
 FEATURES:=squashfs usb
 SUBTARGETS:=generic mips74k legacy
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 define Target/Description
 	Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.




More information about the lede-commits mailing list