at91: switch to Kernel 5.15 by default
authorPaul Spooren <mail@aparcar.org>
Wed, 22 Feb 2023 18:40:20 +0000 (19:40 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 6 Mar 2023 23:12:02 +0000 (00:12 +0100)
Getting ready for the next release.

Claudiu said:
> I tested v5.15 on all targets I have access to previously, when
> updating OpenWrt kernel for v5.15 and when preparing this PR. (#11918)

Signed-off-by: Paul Spooren <mail@aparcar.org>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
target/linux/at91/Makefile

index 20dc43cb9e8dbe7b0176e20eb34b052a7ce29ba1..7867290b7ea1d51f4d619ce1c267c6c93abab1e8 100644 (file)
@@ -10,8 +10,7 @@ BOARDNAME:=Microchip (Atmel AT91)
 FEATURES:=ext4 squashfs targz usbgadget ubifs
 SUBTARGETS:=sama7 sama5 sam9x
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 include $(INCLUDE_DIR)/target.mk