diff options
| author | Goetz Goerisch | 2025-11-22 17:52:32 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-25 16:21:50 +0000 |
| commit | 7748ed6c680e01f112253366802008265aa80b29 (patch) | |
| tree | 1869a0064b06b1c2c64254a77517ec7fc978d64c | |
| parent | e34726bf66b0e391e10b7b1c97843f97f18cdd30 (diff) | |
| download | openwrt-7748ed6c680e01f112253366802008265aa80b29.tar.gz | |
bcm53xx: 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/20874
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/bcm53xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 2f6e1c4406..52d6753c01 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -11,8 +11,7 @@ FEATURES:=squashfs nand usb pci pcie gpio pwm CPU_TYPE:=cortex-a9 SUBTARGETS:=generic -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 ARM CPU, *not* MIPS. |