diff options
| author | Álvaro Fernández Rojas | 2025-05-29 11:49:13 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2025-05-29 19:48:09 +0000 |
| commit | 416b2a808b1a16b59ded1723d987b01b251c1896 (patch) | |
| tree | 1e70c907668addef395d03429a622b0f52b5da4f | |
| parent | c8fb72eafac7de874d61596b49f560428c2b2e9b (diff) | |
| download | openwrt-416b2a808b1a16b59ded1723d987b01b251c1896.tar.gz | |
bmips: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| -rw-r--r-- | target/linux/bmips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index 72c9eefad7..f7e0a3cd01 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Broadcom BMIPS SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio squashfs usb -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 define Target/Description Build firmware images for BCM33xx cable modem chips, |