From f7efd51a8c76b00c1e98a8445c8cc9d467a878a5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 13 Jun 2026 11:48:05 -0700 Subject: [PATCH] apm821xx: switch to 6.18 Move apm821xx to the 6.18 kernel after testing it as the testing kernel. There are ethernet performance improvements in the 6.18 kernel for whatever reason. There's also work on getting rid of dmesg slop at runtime. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/23777 Signed-off-by: Jonas Jelonek --- target/linux/apm821xx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index c06472b7c0..541118edec 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -9,8 +9,7 @@ CPU_TYPE:=464fp FEATURES:=fpu dt gpio ramdisk squashfs usb SUBTARGETS:=nand sata -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 define Target/Description Build images for AppliedMicro APM821xx based boards.