From: Claudiu Beznea Date: Thu, 29 Sep 2022 07:19:18 +0000 (+0300) Subject: at91: kernel v5.15: use KERNEL_TESTING_PATCHVER:=5.15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0a00189e412a9579c2a417553912276f16eaba1d;p=openwrt%2Fstaging%2Fnbd.git at91: kernel v5.15: use KERNEL_TESTING_PATCHVER:=5.15 Use KERNEL_TESTING_PATCHVER:=15 for at91 targets. Signed-off-by: Claudiu Beznea --- 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