diff options
author | Nick Hainke <vincent@systemli.org> | 2024-04-18 00:18:47 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-04-22 09:51:14 +0200 |
commit | f0c215f700305613bc2d4b1d929c3aa4555cc66c (patch) | |
tree | ef85c50b8a3710d4627829ceae1af8138684fef3 /target/linux | |
parent | e2e3ee41374ea6d421c474ff70b7973f53080db0 (diff) |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/Makefile | 1 |
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 |