From b0df4795b172c9a0e1afc86e28f63ddfc3a821ea Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 12 May 2025 17:36:05 -0700 Subject: [PATCH] apm821xx: enable kernel 6.12 It builds now. Tested on Cisco Meraki MX60W. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/18798 Signed-off-by: Hauke Mehrtens --- target/linux/apm821xx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 1bbcbf5070c..ac28b002111 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu dt gpio ramdisk squashfs usb SUBTARGETS:=nand sata KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build images for AppliedMicro APM821xx based boards. -- 2.47.2