diff --git a/.github/diy/patches/depends.patch b/.github/diy/patches/depends.patch index dc52fe98..8d89563b 100644 --- a/.github/diy/patches/depends.patch +++ b/.github/diy/patches/depends.patch @@ -68,6 +68,17 @@ URL:=https://github.com/updateing/k3-screen-ctrl endef +--- a/quectel_MHI/Makefile ++++ b/quectel_MHI/Makefile +@@ -19,6 +19,7 @@ define KernelPackage/pcie_mhi + TITLE:=Kernel pcie driver for MHI device + FILES:=$(PKG_BUILD_DIR)/pcie_mhi.ko + AUTOLOAD:=$(call AutoLoad,90,pcie_mhi) ++ DEPENDS:=@PCIE_SUPPORT + endef + + define KernelPackage/pcie_mhi/description + --- a/luci-app-packet-capture/Makefile +++ b/luci-app-packet-capture/Makefile @@ -4,7 +4,7 @@ @@ -161,14 +172,3 @@ LUCI_PKGARCH:=all include $(TOPDIR)/feeds/luci/luci.mk - ---- a/quectel_MHI/Makefile -+++ b/quectel_MHI/Makefile -@@ -19,6 +19,7 @@ define KernelPackage/pcie_mhi - TITLE:=Kernel pcie driver for MHI device - FILES:=$(PKG_BUILD_DIR)/pcie_mhi.ko - AUTOLOAD:=$(call AutoLoad,90,pcie_mhi) -+ DEPENDS:=@PCIE_SUPPORT - endef - - define KernelPackage/pcie_mhi/description