diff options
Diffstat (limited to 'package/system/button-hotplug/Makefile')
-rw-r--r-- | package/system/button-hotplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/button-hotplug/Makefile b/package/system/button-hotplug/Makefile index 35ea6d411e..348ea13401 100644 --- a/package/system/button-hotplug/Makefile +++ b/package/system/button-hotplug/Makefile @@ -17,7 +17,7 @@ define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko - AUTOLOAD:=$(call AutoLoad,30,button-hotplug) + AUTOLOAD:=$(call AutoLoad,30,button-hotplug,1) KCONFIG:= endef |