[openwrt/openwrt] ath79: enable 6.6 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Thu May 9 14:58:52 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eb48dae81e59d2f2efed3b66b83ff488e1af7187
commit eb48dae81e59d2f2efed3b66b83ff488e1af7187
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sat Mar 16 08:39:16 2024 +0800
ath79: enable 6.6 testing kernel
The ath79 target now supports the vanilla 6.6 kernel. Enjoy it!
Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
---
target/linux/ath79/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 3ef4b32c72..821b096772 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
More information about the lede-commits
mailing list