projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8024436
)
kernel: usb: add qualcommbe to the supported target of dwc3-qcom
author
Christian Marangi
<
[email protected]
>
Wed, 29 Jan 2025 20:33:07 +0000
(21:33 +0100)
committer
Christian Marangi
<
[email protected]
>
Thu, 10 Apr 2025 13:01:09 +0000
(15:01 +0200)
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 <
[email protected]
>
package/kernel/linux/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index 3f19ea501743ba95acfd11753d933f56a61ea685..630f52b57b4cbe032c1f119d3d57db5687a87892 100644
(file)
--- 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)