From: Sungbo Eo Date: Wed, 17 Feb 2021 14:33:04 +0000 (+0900) Subject: kirkwood: set testing kernel version to 5.10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1322150b0cc8acdb7fbcf7115a5201803fc4986d;p=openwrt%2Fstaging%2Fynezz.git 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 --- 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