diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-10-15 15:36:00 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-16 23:30:11 +0100 |
commit | 941132cb3c6777e007a33eb47fa4517b4796b7ce (patch) | |
tree | a056ab687b88aaa4f589b16126d15edf38cc71db | |
parent | 511d02a758b32cbd92f03c6dff16a193d2ff214e (diff) | |
download | upstream-941132cb3c6777e007a33eb47fa4517b4796b7ce.tar.gz upstream-941132cb3c6777e007a33eb47fa4517b4796b7ce.tar.bz2 upstream-941132cb3c6777e007a33eb47fa4517b4796b7ce.zip |
mpc85xx: fix missing kernel config symbol
While compiling OpenWrt master for Turris 1.x routers (p2020), it
reported following error:
Gianfar Ethernet (GIANFAR) [Y/n/m/?] y
Freescale DPAA2 Ethernet Switch (FSL_DPAA2_SWITCH) [N/m/y/?] (NEW)
Error in reading or end of file.
Let's fix it by disabling it.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | target/linux/mpc85xx/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-5.15 b/target/linux/mpc85xx/config-5.15 index 4f27d3bd70..8734038d33 100644 --- a/target/linux/mpc85xx/config-5.15 +++ b/target/linux/mpc85xx/config-5.15 @@ -71,6 +71,7 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FIXED_PHY=y CONFIG_FSL_BOOKE=y +# CONFIG_FSL_DPAA2_SWITCH is not set CONFIG_FSL_EMB_PERFMON=y # CONFIG_FSL_FMAN is not set CONFIG_FSL_LBC=y |