diff options
| author | Nick Hainke | 2024-04-17 22:18:47 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-04-22 07:51:14 +0000 |
| commit | f0c215f700305613bc2d4b1d929c3aa4555cc66c (patch) | |
| tree | ef85c50b8a3710d4627829ceae1af8138684fef3 | |
| parent | e2e3ee41374ea6d421c474ff70b7973f53080db0 (diff) | |
| download | openwrt-f0c215f700305613bc2d4b1d929c3aa4555cc66c.tar.gz | |
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/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 |