aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/p1010/target.mk
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-02-16 22:05:13 +0100
committerDavid Bauer <mail@david-bauer.net>2021-02-20 01:26:00 +0100
commit5bd6d9377d625f6445caf75bee2ecb16fd45971d (patch)
tree81991aced2a4dd2dda8268ded8b63d73b8ae9737 /target/linux/mpc85xx/p1010/target.mk
parent422b3e199316b9794e400ea1519505cb0609dfc3 (diff)
downloadupstream-5bd6d9377d625f6445caf75bee2ecb16fd45971d.tar.gz
upstream-5bd6d9377d625f6445caf75bee2ecb16fd45971d.tar.bz2
upstream-5bd6d9377d625f6445caf75bee2ecb16fd45971d.zip
mpc85xx-p1010: add Kernel 5.10 support
Tested on: Sophos RED 15W The TP-Link WL-WDR4900 needs to be disabled when 5.10 becomes the default kernel. When building with all kmods enabled, the resulting kernel image exceeds the maximum size the bootloader reads from the flash. For more information, see GitHub issue #1773 Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/p1010/target.mk')
-rw-r--r--target/linux/mpc85xx/p1010/target.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1010/target.mk b/target/linux/mpc85xx/p1010/target.mk
index 12ed78ace1..1140a325b6 100644
--- a/target/linux/mpc85xx/p1010/target.mk
+++ b/target/linux/mpc85xx/p1010/target.mk
@@ -2,6 +2,8 @@ BOARDNAME:=P1010
FEATURES+=nand
KERNELNAME:=simpleImage.tl-wdr4900-v1
+KERNEL_TESTING_PATCHVER:=5.10
+
define Target/Description
Build firmware images for P1010 based boards.
endef