[openwrt/openwrt] at91: 6.1: set testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 22 00:51:37 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f0c215f700305613bc2d4b1d929c3aa4555cc66c
commit f0c215f700305613bc2d4b1d929c3aa4555cc66c
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Apr 18 00:18:47 2024 +0200
at91: 6.1: set testing kernel
Allow selecting 6.1 as testing kernel on at91.
Tested-by: Claudiu Beznea <claudiu.beznea at tuxon.dev>
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 7867290b7e..10608bff77 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:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list