From: Mieczyslaw Nalewaj Date: Fri, 2 Aug 2024 20:37:28 +0000 (+0200) Subject: at91: enable 6.6 testing kernel X-Git-Tag: v24.10.0-rc1~711 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16058%2Fhead;p=thirdparty%2Fopenwrt.git at91: enable 6.6 testing kernel The at91 now supports 6.6 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16058 Signed-off-by: Nick Hainke --- diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index d02a32071bc..cde2d77c7e4 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.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk