modules: make all led and button modules used during boot priority 1
[openwrt/staging/wigyori.git] / package / system / button-hotplug / Makefile
index 35ea6d411e7112e24cb529b0192199d67d171407..348ea13401163eab27b79d881a8b8adf0099b398 100644 (file)
@@ -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