From 037242e6e4226b198e8f8f1c947c7590ac9f33d4 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36892 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/gpio-button-hotplug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/gpio-button-hotplug/Makefile') diff --git a/package/system/gpio-button-hotplug/Makefile b/package/system/gpio-button-hotplug/Makefile index adb9a45264..1778aadf09 100644 --- a/package/system/gpio-button-hotplug/Makefile +++ b/package/system/gpio-button-hotplug/Makefile @@ -17,7 +17,7 @@ define KernelPackage/gpio-button-hotplug SUBMENU:=Other modules TITLE:=Simple GPIO Button Hotplug driver FILES:=$(PKG_BUILD_DIR)/gpio-button-hotplug.ko - AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug) + AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug,1) KCONFIG:= endef -- cgit v1.2.3