Explorar el Código

mt76: probe load mt7615 driver asynchronously

It can take a long time to load the firmware

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau hace 6 años
padre
commit
8176431963
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/kernel/mt76/Makefile

+ 1 - 0
package/kernel/mt76/Makefile

@@ -144,6 +144,7 @@ define KernelPackage/mt7615e
   DEPENDS+=@PCI_SUPPORT +kmod-mt76-core
   FILES:=\
 	$(PKG_BUILD_DIR)/mt7615/mt7615e.ko
+  MODPARAMS:=async_probe
   AUTOLOAD:=$(call AutoProbe,mt7615e)
 endef