From c8dcb402296083cee0f3cdabbb172344cc849627 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 14 May 2026 23:45:45 -0700 Subject: [PATCH] apm821xx: enable 6.18 testing kernel Enable the 6.18 testing kernel for APM821XX. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/23382 Signed-off-by: Jonas Jelonek --- target/linux/apm821xx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index dc1997719f..c06472b7c0 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.12 +KERNEL_TESTING_PATCHVER:=6.18 define Target/Description Build images for AppliedMicro APM821xx based boards.