Files
wlan-ap/patches/0066-ipq807x-fix-usb-dwc3-dependencies.patch
John Crispin d329e3a9ca patches/: re-order and fold patches
Signed-off-by: John Crispin <john@phrozen.org>
2024-04-27 16:15:25 +02:00

42 lines
1.5 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/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 27ba55a22d..d6b28c51b7 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -93,7 +93,8 @@ define KernelPackage/vxlan
+IPV6:kmod-udptunnel6
KCONFIG:=CONFIG_VXLAN
FILES:= \
- $(LINUX_DIR)/drivers/net/vxlan/vxlan.ko
+ $(LINUX_DIR)/drivers/net/vxlan/vxlan.ko@ge5.5 \
+ $(LINUX_DIR)/drivers/net/vxlan.ko@le5.4
AUTOLOAD:=$(call AutoLoad,13,vxlan)
endef
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