mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From dfd8504de62441105785f155449f67f2f78e4001 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sun, 6 Aug 2023 09:46:57 +0200
|
|
Subject: [PATCH 66/68] ipq807x: fix usb dwc3 dependencies
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
package/kernel/linux/modules/netsupport.mk | 3 ++-
|
|
package/kernel/linux/modules/usb.mk | 2 +-
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
|
|
index 2561f36aa3..721cc7893b 100644
|
|
--- a/package/kernel/linux/modules/usb.mk
|
|
+++ b/package/kernel/linux/modules/usb.mk
|
|
@@ -494,7 +494,7 @@ $(eval $(call KernelPackage,usb-dwc3))
|
|
|
|
define KernelPackage/usb-dwc3-qcom
|
|
TITLE:=DWC3 Qualcomm USB driver
|
|
- DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x||TARGET_ipq807x) +kmod-usb-dwc3
|
|
+ DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x) +kmod-usb-dwc3
|
|
KCONFIG:= CONFIG_USB_DWC3_QCOM
|
|
FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko
|
|
AUTOLOAD:=$(call AutoLoad,53,dwc3-qcom,1)
|
|
--
|
|
2.34.1
|
|
|