[openwrt/openwrt] at91: enable 6.6 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 17 08:32:42 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/57806166e1b67ff71e73d1c29dd180094bd72004
commit 57806166e1b67ff71e73d1c29dd180094bd72004
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Fri Aug 2 22:37:28 2024 +0200
at91: enable 6.6 testing kernel
The at91 now supports 6.6 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16058
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
target/linux/at91/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index d02a32071b..cde2d77c7e 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
More information about the lede-commits
mailing list