From: Shiji Yang Date: Sat, 16 Mar 2024 00:39:16 +0000 (+0800) Subject: ath79: enable 6.6 testing kernel X-Git-Tag: v24.10.0-rc1~1889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14880%2Fhead;p=thirdparty%2Fopenwrt.git ath79: enable 6.6 testing kernel The ath79 target now supports the vanilla 6.6 kernel. Enjoy it! Signed-off-by: Shiji Yang --- diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 3ef4b32c72f..821b0967727 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -9,6 +9,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk