From dff1529d2a4ae725e3c6e11390c9240e9e72b550 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 10 Jun 2013 08:24:25 +0000 Subject: 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 SVN-Revision: 36892 --- package/system/button-hotplug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/button-hotplug/Makefile') 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 -- cgit v1.2.3