diff --git a/wwan/app/quectel-cm/Makefile b/wwan/app/quectel-cm/Makefile index c7a505f..bccc6ec 100644 --- a/wwan/app/quectel-cm/Makefile +++ b/wwan/app/quectel-cm/Makefile @@ -15,7 +15,7 @@ define Package/quectel-cm DEPENDS:= \ +kmod-usb-net-cdc-mbim \ +kmod-usb-net-qmi-wwan \ - ++kmod-qmi_wwan_q \ + +kmod-qmi_wwan_q \ +kmod-usb-serial-option endef diff --git a/wwan/driver/quectel_MHI/Makefile b/wwan/driver/quectel_MHI/Makefile index a0f7277..1be1370 100755 --- a/wwan/driver/quectel_MHI/Makefile +++ b/wwan/driver/quectel_MHI/Makefile @@ -20,7 +20,7 @@ PKG_BUILD_FLAGS:=gc-sections lto define KernelPackage/pcie_mhi SUBMENU:=WWAN Support TITLE:=Kernel pcie driver for MHI device - DEPENDS:=+pciids +pciutils +quectel-CM-5G +kmod-qmi_wwan_q + DEPENDS:=+pciids +pciutils +quectel-cm +kmod-qmi_wwan_q FILES:=$(PKG_BUILD_DIR)/pcie_mhi.ko AUTOLOAD:=$(call AutoLoad,90,pcie_mhi) endef