From 2aa9a411363694efac7553e4bdb3dc3c80335654 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sun, 23 Nov 2025 09:49:09 +0100 Subject: [PATCH] bcm47xx: switch to kernel 6.12 switch the kernel to 6.12 by default Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/20887 Signed-off-by: Christian Marangi --- 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. -- 2.30.2