diff options
| author | Mieczyslaw Nalewaj | 2024-08-02 20:37:28 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-09-17 15:31:26 +0000 |
| commit | 57806166e1b67ff71e73d1c29dd180094bd72004 (patch) | |
| tree | a35eaee56be4f75e7c116e413a4876aceff4b512 | |
| parent | 2fb2213b2a2ac6f3811343dcb0f3259dd076e71d (diff) | |
| download | openwrt-57806166e1b67ff71e73d1c29dd180094bd72004.tar.gz | |
at91: enable 6.6 testing kernel
The at91 now supports 6.6 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16058
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 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 |