diff options
author | Nick Hainke <vincent@systemli.org> | 2024-04-22 10:18:02 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-04-28 17:50:37 +0200 |
commit | 4088ea0475e3b6a21f72650ad05b77c05662243c (patch) | |
tree | e6d9eb7e8e09c9f1d5ac9bc02b8f9db37c2a6ac4 /target/linux/at91 | |
parent | 436aa110c64317f51a74db03e65369fc25de058a (diff) |
at91: set 6.1 as default kernel version
Adjust the kernel version to default 6.1 in order to facilitate testing
for a broader audience.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 10608bff77..d02a32071b 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Microchip (Atmel AT91) FEATURES:=ext4 squashfs targz usbgadget ubifs SUBTARGETS:=sama7 sama5 sam9x -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |