From 07492da46a46b684aae59d73634550e86efc06c0 Mon Sep 17 00:00:00 2001 From: blogic 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36892 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/button-hotplug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/button-hotplug') 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