From: Christian Marangi Date: Wed, 15 Nov 2023 00:07:18 +0000 (+0100) Subject: qca-ssdk: disable Malibu PHY in favor of upstream version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8d7f747757a27c6f254ac08336980161c6a96062;p=openwrt%2Fstaging%2Fblogic.git 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 --- diff --git a/package/kernel/qca-ssdk/Makefile b/package/kernel/qca-ssdk/Makefile index 7eccdaa1d7d1..f1fb09c52a28 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")