From 5bd6d9377d625f6445caf75bee2ecb16fd45971d Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 16 Feb 2021 22:05:13 +0100 Subject: 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 --- target/linux/mpc85xx/p1010/target.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/mpc85xx/p1010') 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 -- cgit v1.2.3