From: Nick Hainke Date: Mon, 22 Apr 2024 08:18:02 +0000 (+0200) Subject: at91: set 6.1 as default kernel version X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=4088ea0475e3b6a21f72650ad05b77c05662243c;p=openwrt%2Fopenwrt.git 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 --- 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