diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-09-29 10:19:18 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 00:51:25 +0200 |
commit | 0a00189e412a9579c2a417553912276f16eaba1d (patch) | |
tree | d5e789654b3fa13437d1416e9ab6a4d9ec3be671 /target/linux/at91 | |
parent | dd37b205f802ec7021912854ee7e37191c242713 (diff) | |
download | upstream-0a00189e412a9579c2a417553912276f16eaba1d.tar.gz upstream-0a00189e412a9579c2a417553912276f16eaba1d.tar.bz2 upstream-0a00189e412a9579c2a417553912276f16eaba1d.zip |
at91: kernel v5.15: use KERNEL_TESTING_PATCHVER:=5.15
Use KERNEL_TESTING_PATCHVER:=15 for at91 targets.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'target/linux/at91')
-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 af0dc3f338..20dc43cb9e 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:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |