aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/gpio-button-hotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/gpio-button-hotplug/Makefile')
-rw-r--r--package/system/gpio-button-hotplug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/gpio-button-hotplug/Makefile b/package/system/gpio-button-hotplug/Makefile
index adb9a45264..1778aadf09 100644
--- a/package/system/gpio-button-hotplug/Makefile
+++ b/package/system/gpio-button-hotplug/Makefile
@@ -17,7 +17,7 @@ define KernelPackage/gpio-button-hotplug
SUBMENU:=Other modules
TITLE:=Simple GPIO Button Hotplug driver
FILES:=$(PKG_BUILD_DIR)/gpio-button-hotplug.ko
- AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug)
+ AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug,1)
KCONFIG:=
endef