diff options
-rw-r--r-- | target/linux/lantiq/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/modules.mk b/target/linux/lantiq/modules.mk index b0db10e2c7..0eccec5876 100644 --- a/target/linux/lantiq/modules.mk +++ b/target/linux/lantiq/modules.mk @@ -36,7 +36,7 @@ define KernelPackage/usb-dwc-otg CONFIG_DWC_OTG_HOST_ONLY=y \ CONFIG_DWC_OTG_DEVICE_ONLY=n FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko - AUTOLOAD:=$(call AutoLoad,50,dwc_otg) + AUTOLOAD:=$(call AutoLoad,50,dwc_otg,1) endef define KernelPackage/usb-dwc-otg/description |