[openwrt/openwrt] kirkwood: set testing kernel version to 5.10

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 23 20:54:05 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1322150b0cc8acdb7fbcf7115a5201803fc4986d

commit 1322150b0cc8acdb7fbcf7115a5201803fc4986d
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Wed Feb 17 23:33:04 2021 +0900

    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 <mans0n at gorani.run>
    [add EA3500 comment]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 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
 



More information about the lede-commits mailing list