From 42cee32b37a3035d19a9782800e21883b1c044e9 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Wed, 17 Feb 2021 23:33:04 +0900 Subject: [PATCH] kirkwood: set testing kernel version to 5.10 Tested on Pogoplug V4. Linksys EA3500 will not build with buildbot settings and should be disabled when the target is switched, unless the image size is reduced again. Signed-off-by: Sungbo Eo [add EA3500 comment] Signed-off-by: Adrian Schmutzler Signed-off-by: maurerr --- target/linux/kirkwood/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 94bee8ba2d..1f5159e444 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.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk