[openwrt/openwrt] bmips: enable 6.12 kernel testing

LEDE Commits lede-commits at lists.infradead.org
Thu May 29 04:48:05 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/98341edd581c3042e7289ab4a2df77f9d778b748

commit 98341edd581c3042e7289ab4a2df77f9d778b748
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu May 8 17:51:25 2025 +0200

    bmips: enable 6.12 kernel testing
    
    bmips target now supports 6.12 kernel as testing.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bmips/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile
index 3e3106cc0c..72c9eefad7 100644
--- a/target/linux/bmips/Makefile
+++ b/target/linux/bmips/Makefile
@@ -10,6 +10,7 @@ SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268
 FEATURES:=gpio squashfs usb
 
 KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
 
 define Target/Description
 	Build firmware images for BCM33xx cable modem chips,




More information about the lede-commits mailing list