From 55553a45f8620b716eb3e8a67db3f426bc481a5b Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Mon, 25 Apr 2022 09:36:39 +0200 Subject: [PATCH] kirkwood: set testing kernel version to 5.15 This patch configures kernel testing version for kirkwood target. Compile tested: all Run tested: Endian 4i Signed-off-by: Pawel Dembicki --- target/linux/kirkwood/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index e972b8e58723f..c7a25451c9cde 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,6 +11,7 @@ FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk