diff options
| author | Goetz Goerisch | 2025-11-23 09:00:20 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-25 16:20:34 +0000 |
| commit | 2830d3b4349ef650fe44bd3fd14bc7630084569f (patch) | |
| tree | df4573d2043cc700f0dd3585bbbb90d9c56f5b12 | |
| parent | 2c2b04829583453bc654470f119eab173228068f (diff) | |
| download | openwrt-2830d3b4349ef650fe44bd3fd14bc7630084569f.tar.gz | |
bcm4908: 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/20888
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/bcm4908/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index e4ed037873..2ab2df0810 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -9,8 +9,7 @@ FEATURES:=squashfs nand usb gpio CPU_TYPE:=cortex-a53 SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 define Target/Description Build firmware images for Broadcom BCM4908 SoC family routers. |