[openwrt/openwrt] mediatek/mt7622: fix config symbol for 2.5GE MTK driver

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 22 02:42:40 PDT 2024


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

commit fca306c563196481c1ad488b9abf4e84026591f4
Author: Rany Hany <rany_hany at riseup.net>
AuthorDate: Thu Aug 22 09:09:24 2024 +0000

    mediatek/mt7622: fix config symbol for 2.5GE MTK driver
    
    The commit backporting new MTK patches did not update the
    Kernel config for mediatek/mt7622 causing the build to
    fail.
    
    Simply use the new config symbol name for the driver to
    fix the issue.
    
    Fixes: 1069514978 ("mediatek: backport pending Ethernet PHY driver patches")
    Signed-off-by: Rany Hany <rany_hany at riseup.net>
    Link: https://github.com/openwrt/openwrt/pull/16225
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/mediatek/mt7622/config-6.6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/mt7622/config-6.6 b/target/linux/mediatek/mt7622/config-6.6
index 067dd02d31..fab9c7dbe6 100644
--- a/target/linux/mediatek/mt7622/config-6.6
+++ b/target/linux/mediatek/mt7622/config-6.6
@@ -242,7 +242,7 @@ CONFIG_MAXLINEAR_GPHY=y
 CONFIG_MDIO_BUS=y
 CONFIG_MDIO_DEVICE=y
 CONFIG_MDIO_DEVRES=y
-# CONFIG_MEDIATEK_2P5G_PHY is not set
+# CONFIG_MEDIATEK_2P5GE_PHY is not set
 CONFIG_MEDIATEK_GE_PHY=y
 # CONFIG_MEDIATEK_GE_SOC_PHY is not set
 CONFIG_MEDIATEK_WATCHDOG=y




More information about the lede-commits mailing list