Explorar el Código

gemini: usb-fotg210: add missing module name to AutoLoad

AutoLoad expects the module name to be present after the load index.

Signed-off-by: Robert Marko <[email protected]>
Robert Marko hace 2 años
padre
commit
7e87e2f83d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/gemini/modules.mk

+ 1 - 1
target/linux/gemini/modules.mk

@@ -6,7 +6,7 @@ define KernelPackage/usb-fotg210
   CONFIG_USB_FOTG210_HCD=y \
   CONFIG_USB_FOTG210_HCD=y \
   CONFIG_USB_FOTG210_UDC=y
   CONFIG_USB_FOTG210_UDC=y
   FILES:=$(LINUX_DIR)/drivers/usb/fotg210/fotg210.ko
   FILES:=$(LINUX_DIR)/drivers/usb/fotg210/fotg210.ko
-  AUTOLOAD:=$(call AutoLoad,50,1)
+  AUTOLOAD:=$(call AutoLoad,50,fotg210,1)
   $(call AddDepends/usb)
   $(call AddDepends/usb)
 endef
 endef