From 36b547800544e98878d20cefc5a1d4994b5c54fc Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 6 Apr 2022 08:54:20 +0200 Subject: [PATCH] ipq807x: fix dwc3 module dependency Signed-off-by: John Crispin --- feeds/ipq807x/ipq807x/modules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds/ipq807x/ipq807x/modules.mk b/feeds/ipq807x/ipq807x/modules.mk index 514f6bfb4..6d9a3b0a9 100644 --- a/feeds/ipq807x/ipq807x/modules.mk +++ b/feeds/ipq807x/ipq807x/modules.mk @@ -114,7 +114,7 @@ $(eval $(call KernelPackage,diag-char)) define KernelPackage/usb-dwc3-qcom TITLE:=DWC3 Qualcomm USB driver - DEPENDS:=@(!LINUX_4_14) @(TARGET_ipq40xx||TARGET_ipq807x) +kmod-usb-dwc3 + DEPENDS:=@(!LINUX_4_14) @TARGET_ipq807x +kmod-usb-dwc3 KCONFIG:= CONFIG_USB_DWC3_QCOM FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko \ $(LINUX_DIR)/drivers/usb/dwc3/dbm.ko @@ -129,4 +129,4 @@ define KernelPackage/usb-dwc3-qcom/description endef -$(eval $(call KernelPackage,usb-dwc3-qcom)) \ No newline at end of file +$(eval $(call KernelPackage,usb-dwc3-qcom))