[openwrt/openwrt] qca-ssdk: disable Malibu PHY in favor of upstream version

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 11 12:18:04 PST 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8d7f747757a27c6f254ac08336980161c6a96062

commit 8d7f747757a27c6f254ac08336980161c6a96062
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Nov 15 01:07:18 2023 +0100

    qca-ssdk: disable Malibu PHY in favor of upstream version
    
    Disable Malibu PHY driver in Qca SSDK in favor of the upstream version.
    The same workaround are applied and the version upstream is just a drop
    in replacement and is well tested from the ipq40xx target.
    
    Also using the upstream version permits further support for LEDs.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/kernel/qca-ssdk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/qca-ssdk/Makefile b/package/kernel/qca-ssdk/Makefile
index 7eccdaa1d7..f1fb09c52a 100644
--- a/package/kernel/qca-ssdk/Makefile
+++ b/package/kernel/qca-ssdk/Makefile
@@ -46,7 +46,7 @@ MAKE_FLAGS+= \
 	SoC=$(CONFIG_TARGET_SUBTARGET) \
 	PTP_FEATURE=disable SWCONFIG_FEATURE=disable \
 	ISISC_ENABLE=disable IN_QCA803X_PHY=FALSE \
-	IN_QCA808X_PHY=FALSE \
+	IN_QCA808X_PHY=FALSE IN_MALIBU_PHY=FALSE \
 	$(LNX_CONFIG_OPTS)
 
 ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")




More information about the lede-commits mailing list