[openwrt/openwrt] bcm27xx: enable 6.12 kernel testing
LEDE Commits
lede-commits at lists.infradead.org
Wed May 21 03:22:35 PDT 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fe59fa75182dd4aa7ad5561a7a40e0ba6697c185
commit fe59fa75182dd4aa7ad5561a7a40e0ba6697c185
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed May 7 14:35:43 2025 +0200
bcm27xx: enable 6.12 kernel testing
bcm27xx target now supports 6.12 kernel as testing.
Tested-by: Zoltan HERPAI <wigyori at uid0.hu>
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bcm27xx/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile
index 2d964953e3..eccb91b199 100644
--- a/target/linux/bcm27xx/Makefile
+++ b/target/linux/bcm27xx/Makefile
@@ -12,6 +12,7 @@ FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usb
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 bcm2712
KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
define Target/Description
Build firmware image for Broadcom BCM27xx SoC devices.
More information about the lede-commits
mailing list