mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 23:19:33 +08:00
Update fix.patch
This commit is contained in:
parent
1e8040aab5
commit
51bdee70a0
11
.github/diy/patches/fix.patch
vendored
11
.github/diy/patches/fix.patch
vendored
@ -113,3 +113,14 @@
|
||||
- killall rtorrent
|
||||
+ kill `pidof rtorrent | sed "s/$$//g"`
|
||||
}
|
||||
|
||||
--- a/quectel_MHI/Makefile
|
||||
+++ b/quectel_MHI/Makefile
|
||||
@@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define KernelPackage/pcie_mhi
|
||||
SUBMENU:=WWAN Support
|
||||
TITLE:=Kernel pcie driver for MHI device
|
||||
+ DEPENDS:=@PCIE_SUPPORT
|
||||
FILES:=$(PKG_BUILD_DIR)/pcie_mhi.ko
|
||||
AUTOLOAD:=$(call AutoLoad,90,pcie_mhi)
|
||||
endef
|
||||
|
||||
Loading…
Reference in New Issue
Block a user