[openwrt/openwrt] bmips: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Thu May 29 12:48:41 PDT 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/416b2a808b1a16b59ded1723d987b01b251c1896
commit 416b2a808b1a16b59ded1723d987b01b251c1896
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu May 29 13:49:13 2025 +0200
bmips: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/Makefile | 3 +--
1 file changed, 1 insertion(+), 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,
More information about the lede-commits
mailing list