summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/usb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 927715466..d5ad94708 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -956,7 +956,7 @@ define KernelPackage/usb-rt305x-dwc_otg
CONFIG_DWC_OTG_DEVICE_ONLY=n \
CONFIG_DWC_OTG_DEBUG=n
FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
- AUTOLOAD:=$(call AutoLoad,54,dwc_otg)
+ AUTOLOAD:=$(call AutoLoad,54,dwc_otg,1)
$(call AddDepends/usb)
endef