Update fix.patch

This commit is contained in:
kiddin9 2026-03-07 03:58:26 +08:00 committed by GitHub
parent 1e8040aab5
commit 51bdee70a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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