[openwrt/openwrt] mpc85xx: add testing kernel for p1020

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 21 19:00:01 EST 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/08826595fc6830d4e218179255eca37882279954

commit 08826595fc6830d4e218179255eca37882279954
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sat Feb 20 01:36:06 2021 +0100

    mpc85xx: add testing kernel for p1020
    
    CONFIG_REGULATOR is required for the p1020 subtarget, as the AT803X
    driver depends on it.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/mpc85xx/p1020/config-default | 2 ++
 target/linux/mpc85xx/p1020/target.mk      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default
index c4c102ca45..28e9138241 100644
--- a/target/linux/mpc85xx/p1020/config-default
+++ b/target/linux/mpc85xx/p1020/config-default
@@ -31,8 +31,10 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_NET_FLOW_LIMIT=y
 CONFIG_NR_CPUS=2
 CONFIG_PADATA=y
+# CONFIG_PPC_QUEUED_SPINLOCKS is not set
 CONFIG_RCU_STALL_COMMON=y
 CONFIG_REGMAP_IRQ=y
+CONFIG_REGULATOR=y
 CONFIG_RFS_ACCEL=y
 CONFIG_RPS=y
 # CONFIG_RTC_DRV_MAX77686 is not set
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk
index a25409eebb..2c7f3b42f2 100644
--- a/target/linux/mpc85xx/p1020/target.mk
+++ b/target/linux/mpc85xx/p1020/target.mk
@@ -1,6 +1,8 @@
 BOARDNAME:=P1020
 FEATURES+=nand
 
+KERNEL_TESTING_PATCHVER:=5.10
+
 define Target/Description
 	Build firmware images for Freescale P1020 based boards.
 endef



More information about the lede-commits mailing list