diff options
| author | Goetz Goerisch | 2025-11-23 08:49:09 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-25 16:21:17 +0000 |
| commit | 2aa9a411363694efac7553e4bdb3dc3c80335654 (patch) | |
| tree | 1b9966335bada921729540d0919a6096f8a3c38a | |
| parent | e9b7a9e42c2934f344da547d5bc6da0bdf4c7d10 (diff) | |
| download | openwrt-2aa9a411363694efac7553e4bdb3dc3c80335654.tar.gz | |
bcm47xx: switch to kernel 6.12
switch the kernel to 6.12 by default
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20887
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/bcm47xx/Makefile | 3 |
1 files changed, 1 insertions, 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. |