From f0c215f700305613bc2d4b1d929c3aa4555cc66c Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Thu, 18 Apr 2024 00:18:47 +0200 Subject: [PATCH] at91: 6.1: set testing kernel Allow selecting 6.1 as testing kernel on at91. Tested-by: Claudiu Beznea Signed-off-by: Nick Hainke --- target/linux/at91/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 7867290b7e..10608bff77 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:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2