diff options
author | Paul Spooren <mail@aparcar.org> | 2023-02-22 19:40:20 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-07 00:12:02 +0100 |
commit | acb189179c5ca364e45fa2d704cc29f32ca9333e (patch) | |
tree | 464d3541053527d8fb0f675d09e41329c837b2af /target/linux/at91 | |
parent | 50cb897d251133752ea2cd338153a6dcb011ea98 (diff) | |
download | upstream-acb189179c5ca364e45fa2d704cc29f32ca9333e.tar.gz upstream-acb189179c5ca364e45fa2d704cc29f32ca9333e.tar.bz2 upstream-acb189179c5ca364e45fa2d704cc29f32ca9333e.zip |
at91: switch to Kernel 5.15 by default
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>
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 20dc43cb9e..7867290b7e 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |