From 1e2a5b97fc8be5c0c3903537c146a3750752a9d8 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Fri, 3 Apr 2026 22:40:29 +0800 Subject: [PATCH] ath79: enable 6.18 testing kernel The 6.18 testing kernel for ath79 target is ready now. Tested on ath79/nand:Netgear R6100 Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/22771 Signed-off-by: Nick Hainke --- target/linux/ath79/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 1058834a75..48ad71143a 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.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk