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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user