mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
Update depends.patch
This commit is contained in:
parent
c3d8987147
commit
97b4a76cb0
22
.github/diy/patches/depends.patch
vendored
22
.github/diy/patches/depends.patch
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user