[openwrt/openwrt] kernel: usb: add qualcommbe to the supported target of dwc3-qcom

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 10 06:01:23 PDT 2025


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

commit c21aaa7ec6aeaee29c1329bb34c793eeb5dafb3f
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Jan 29 21:33:07 2025 +0100

    kernel: usb: add qualcommbe to the supported target of dwc3-qcom
    
    Add qualcommbe to the supported target of dwc3-qcom kernel module. USB3
    is correctly supported on IPQ95xx and can be enabled.
    
    Link: https://github.com/openwrt/openwrt/pull/17788
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/kernel/linux/modules/usb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 3f19ea5017..630f52b57b 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -538,7 +538,7 @@ $(eval $(call KernelPackage,usb-dwc3-octeon))
 
 define KernelPackage/usb-dwc3-qcom
   TITLE:=DWC3 Qualcomm USB driver
-  DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x||TARGET_qualcommax) +kmod-usb-dwc3
+  DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x||TARGET_qualcommax||TARGET_qualcommbe) +kmod-usb-dwc3
   KCONFIG:= CONFIG_USB_DWC3_QCOM
   FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko
   AUTOLOAD:=$(call AutoLoad,53,dwc3-qcom,1)




More information about the lede-commits mailing list