diff options
author | Sungbo Eo <mans0n@gorani.run> | 2021-02-17 23:33:04 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 02:53:53 +0100 |
commit | 1322150b0cc8acdb7fbcf7115a5201803fc4986d (patch) | |
tree | b9065ff571ec681db1d70d61e63b635d452fcb4c /target/linux/kirkwood | |
parent | 1bb3f593ee73288dcc0471ae038638a50b750ee4 (diff) | |
download | upstream-1322150b0cc8acdb7fbcf7115a5201803fc4986d.tar.gz upstream-1322150b0cc8acdb7fbcf7115a5201803fc4986d.tar.bz2 upstream-1322150b0cc8acdb7fbcf7115a5201803fc4986d.zip |
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@gorani.run>
[add EA3500 comment]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |