[openwrt/openwrt] apm821xx: bring back AT803X_PHY

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 20 02:30:26 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6a1d03280f9080c2a57442b4f857aa41429bfc63

commit 6a1d03280f9080c2a57442b4f857aa41429bfc63
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Oct 19 15:15:09 2024 -0700

    apm821xx: bring back AT803X_PHY
    
    AT803X_PHY was replaced with QCA83XX_PHY which handles external switches.
    But for internal ones like in the Meraki MR24, AT803X_PHY is needed.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16737
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/apm821xx/nand/config-default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default
index ab7d790870..485fface3a 100644
--- a/target/linux/apm821xx/nand/config-default
+++ b/target/linux/apm821xx/nand/config-default
@@ -1,3 +1,4 @@
+CONFIG_AT803X_PHY=y
 # CONFIG_SATA_DWC_OLD_DMA is not set
 CONFIG_IKAREM=y
 # CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set




More information about the lede-commits mailing list