summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Hendry2025-08-02 22:12:33 +0000
committerChristian Marangi2025-11-17 20:48:54 +0000
commite61b1523bb4fceb6a7d8e0284a7b50a3bebf754d (patch)
treeac05f8a77369cac12e86b4c0962896cfb706a1a9
parent602f12d0531c40d22c0a946238a34271e8d38482 (diff)
downloadopenwrt-e61b1523bb4fceb6a7d8e0284a7b50a3bebf754d.tar.gz
bcm47xx: enable 6.12 testing kernel
Allow selecting 6.12 as testing kernel on bcm47xx. Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19708 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--target/linux/bcm47xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile
index 428fa75e70..5059432e53 100644
--- a/target/linux/bcm47xx/Makefile
+++ b/target/linux/bcm47xx/Makefile
@@ -11,6 +11,7 @@ FEATURES:=squashfs usb
SUBTARGETS:=generic mips74k legacy
KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.