modules: make all led and button modules used during boot priority 1

This makes sure the modules are symlinked in /etc/modules-boot.d/

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36892
This commit is contained in:
John Crispin
2013-06-10 08:24:25 +00:00
parent 5e45a68a4a
commit dff1529d2a
4 changed files with 9 additions and 9 deletions

View 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