summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-04-18 00:18:47 +0200
committerNick Hainke <vincent@systemli.org>2024-04-22 09:51:14 +0200
commitf0c215f700305613bc2d4b1d929c3aa4555cc66c (patch)
treeef85c50b8a3710d4627829ceae1af8138684fef3
parente2e3ee41374ea6d421c474ff70b7973f53080db0 (diff)
downloadopenwrt-f0c215f700305613bc2d4b1d929c3aa4555cc66c.tar.gz
openwrt-f0c215f700305613bc2d4b1d929c3aa4555cc66c.tar.bz2
openwrt-f0c215f700305613bc2d4b1d929c3aa4555cc66c.zip
at91: 6.1: set testing kernel
Allow selecting 6.1 as testing kernel on at91. Tested-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--target/linux/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
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