[openwrt/openwrt] mpc85xx: fix wdr4900 ethernet
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 13 02:11:03 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/02b359b666405a58472868b98dbd08c24621f63e
commit 02b359b666405a58472868b98dbd08c24621f63e
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon Aug 12 10:23:06 2024 -0700
mpc85xx: fix wdr4900 ethernet
997acc7f86ca985cba52f7ea8b72f0661a1e3c52 split this PHY driver up such
that external QCA switches now use CONFIG_QCA83XX_PHY. Fix it here so
that ethernet works again.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16154
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/mpc85xx/p1010/config-default | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default
index f00fb4d5fd..afa930f4b4 100644
--- a/target/linux/mpc85xx/p1010/config-default
+++ b/target/linux/mpc85xx/p1010/config-default
@@ -1,4 +1,3 @@
-CONFIG_AT803X_PHY=y
CONFIG_BR200_WP=y
CONFIG_CMDLINE_OVERRIDE=y
CONFIG_FIREBOX_T10=y
@@ -21,6 +20,8 @@ CONFIG_NET_DSA_QCA8K_LEDS_SUPPORT=y
CONFIG_NET_DSA_TAG_QCA=y
CONFIG_NET_SWITCHDEV=y
CONFIG_PHYLINK=y
+CONFIG_QCA83XX_PHY=y
+CONFIG_QCOM_NET_PHYLIB=y
CONFIG_REALTEK_PHY=y
CONFIG_RED_15W_REV1=y
CONFIG_REGMAP=y
More information about the lede-commits
mailing list