[openwrt/openwrt] ipq806x: support new location of USB PHY kernel module

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 13 03:01:29 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/887925b09801b18e316eb6b75aa69f0cff168d83

commit 887925b09801b18e316eb6b75aa69f0cff168d83
Author: Luis Araneda <luaraneda at gmail.com>
AuthorDate: Fri Dec 22 00:23:07 2017 -0300

    ipq806x: support new location of USB PHY kernel module
    
    PHY drivers were grouped into vendor specific directories
    by upstream commit 0b56e9a7e8358e59b21d8a425e463072bfae523c
    
    Signed-off-by: Luis Araneda <luaraneda at gmail.com>
---
 target/linux/ipq806x/modules.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/modules.mk b/target/linux/ipq806x/modules.mk
index 6f1ca2d..43f3c9c 100644
--- a/target/linux/ipq806x/modules.mk
+++ b/target/linux/ipq806x/modules.mk
@@ -18,7 +18,9 @@ define KernelPackage/usb-phy-qcom-dwc3
   TITLE:=DWC3 USB QCOM PHY driver
   DEPENDS:=@TARGET_ipq806x +kmod-usb-dwc3-of-simple
   KCONFIG:= CONFIG_PHY_QCOM_DWC3
-  FILES:= $(LINUX_DIR)/drivers/phy/phy-qcom-dwc3.ko
+  FILES:= \
+    $(LINUX_DIR)/drivers/phy/phy-qcom-dwc3.ko at lt4.13 \
+    $(LINUX_DIR)/drivers/phy/qualcomm/phy-qcom-dwc3.ko at ge4.13
   AUTOLOAD:=$(call AutoLoad,45,phy-qcom-dwc3,1)
   $(call AddDepends/usb)
 endef



More information about the lede-commits mailing list