[openwrt/openwrt] kernel: 5.10: add missing symbols

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 5 15:01:29 PDT 2021


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

commit ce793584e52c9cf96d71344fd3515da9474c376f
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Mon Oct 4 22:30:58 2021 +0200

    kernel: 5.10: add missing symbols
    
    Three missing symbols were found during mpc85xx/p2020 compilation.
    
    While at it, CONFIG_FSL_ENETC_MDIO is moved to generic config
    for consistency.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
    [move CONFIG_FSL_ENETC_MDIO, remove redundant definitions, adjust
    commit message/title]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/generic/config-5.10          | 4 ++++
 target/linux/imx6/config-5.10             | 3 ---
 target/linux/mpc85xx/config-5.10          | 1 -
 target/linux/mpc85xx/p1020/config-default | 1 -
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index bfbadb8d15..9809e09b24 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -1981,6 +1981,9 @@ CONFIG_FRAME_WARN=1024
 # CONFIG_FSCACHE is not set
 # CONFIG_FSI is not set
 # CONFIG_FSL_EDMA is not set
+# CONFIG_FSL_ENETC is not set
+# CONFIG_FSL_ENETC_MDIO is not set
+# CONFIG_FSL_ENETC_VF is not set
 # CONFIG_FSL_ERRATUM_A008585 is not set
 # CONFIG_FSL_MC_BUS is not set
 # CONFIG_FSL_PQ_MDIO is not set
@@ -4523,6 +4526,7 @@ CONFIG_PPP_MULTILINK=y
 # CONFIG_PPS_CLIENT_LDISC is not set
 # CONFIG_PPS_CLIENT_PARPORT is not set
 # CONFIG_PPS_DEBUG is not set
+# CONFIG_PPC_QUEUED_SPINLOCKS is not set
 # CONFIG_PPTP is not set
 # CONFIG_PREEMPT is not set
 # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
diff --git a/target/linux/imx6/config-5.10 b/target/linux/imx6/config-5.10
index 00f03d4953..9238678258 100644
--- a/target/linux/imx6/config-5.10
+++ b/target/linux/imx6/config-5.10
@@ -187,9 +187,6 @@ CONFIG_F2FS_FS=y
 CONFIG_FEC=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
-# CONFIG_FSL_ENETC is not set
-# CONFIG_FSL_ENETC_MDIO is not set
-# CONFIG_FSL_ENETC_VF is not set
 # CONFIG_FSL_IMX8_DDR_PMU is not set
 CONFIG_FSL_GUTS=y
 CONFIG_FS_ENCRYPTION=y
diff --git a/target/linux/mpc85xx/config-5.10 b/target/linux/mpc85xx/config-5.10
index c9826d76ba..e68ed34646 100644
--- a/target/linux/mpc85xx/config-5.10
+++ b/target/linux/mpc85xx/config-5.10
@@ -71,7 +71,6 @@ CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_FIXED_PHY=y
 CONFIG_FSL_BOOKE=y
 CONFIG_FSL_EMB_PERFMON=y
-# CONFIG_FSL_ENETC_MDIO is not set
 # CONFIG_FSL_FMAN is not set
 CONFIG_FSL_LBC=y
 CONFIG_FSL_PCI=y
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default
index e080861815..d0bf770768 100644
--- a/target/linux/mpc85xx/p1020/config-default
+++ b/target/linux/mpc85xx/p1020/config-default
@@ -32,7 +32,6 @@ 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_REGMAP_IRQ=y
 CONFIG_REGULATOR=y
 CONFIG_RFS_ACCEL=y



More information about the lede-commits mailing list