From 5f190feb5e027020f9747e0fc3b7ce6110689dd2 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sat, 19 Jul 2025 23:27:49 +0200 Subject: [PATCH] at91: enable testing kernel 6.12 enable kernel 6.12 as testing Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/19471 Signed-off-by: Christian Marangi --- target/linux/at91/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 752ac4c398..467ff0824a 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 squashfs targz usbgadget ubifs SUBTARGETS:=sama7 sama5 sam9x KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.30.2