From: Pawel Dembicki Date: Mon, 25 Apr 2022 07:36:39 +0000 (+0200) Subject: kirkwood: set testing kernel version to 5.15 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=55553a45f8620b716eb3e8a67db3f426bc481a5b 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 --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index e972b8e587..c7a25451c9 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