aboutsummaryrefslogtreecommitdiffstats
path: root/package/button-hotplug
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:49 +0000
commit316def79bccbafc30e2a5661aaf9c51185153b88 (patch)
tree3c8cffb113ddd30fa15fc8a52fac9b45b5aa6a69 /package/button-hotplug
parentb11dd23ae559095d5f3bbb3ed887dd40ee82a53e (diff)
downloadupstream-316def79bccbafc30e2a5661aaf9c51185153b88.tar.gz
upstream-316def79bccbafc30e2a5661aaf9c51185153b88.tar.bz2
upstream-316def79bccbafc30e2a5661aaf9c51185153b88.zip
button-hotplug: add autoload feature
Reported-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/button-hotplug')
-rw-r--r--package/button-hotplug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile
index 68f42210e1..35ea6d411e 100644
--- a/package/button-hotplug/Makefile
+++ b/package/button-hotplug/Makefile
@@ -17,6 +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)
KCONFIG:=
endef