From 29f2176ffd3c8238891473d1c7d05b06a2e83e83 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sun, 1 Dec 2024 11:52:54 -0500 Subject: [PATCH] kernel: bcm27xx/bcm2712: enable testing kernel Enable testing kernel for bcm2712 Signed-off-by: John Audia --- 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. -- 2.30.2