mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
Update fix.patch
This commit is contained in:
parent
1cb060f4f0
commit
f6e1fb7da4
11
.github/diy/patches/fix.patch
vendored
11
.github/diy/patches/fix.patch
vendored
@ -101,14 +101,3 @@
|
||||
- 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