summaryrefslogtreecommitdiffstats
path: root/package/button-hotplug/Makefile
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
commit92c6097c73379162d3fc9afc3881522a45e76062 (patch)
tree3e14f73460a5beb6b0737b313ffa07356ddf0fa9 /package/button-hotplug/Makefile
parent6ef87ff5e6ed5cbfecd522b7cd2d069af5ef3f33 (diff)
downloadmaster-31e0f0ae-92c6097c73379162d3fc9afc3881522a45e76062.tar.gz
master-31e0f0ae-92c6097c73379162d3fc9afc3881522a45e76062.tar.bz2
master-31e0f0ae-92c6097c73379162d3fc9afc3881522a45e76062.zip
button-hotplug: add autoload feature
Reported-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27994
Diffstat (limited to 'package/button-hotplug/Makefile')
-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