button-hotplug: add autoload feature
authorGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:49 +0000 (14:11 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:49 +0000 (14:11 +0000)
Reported-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27994

package/button-hotplug/Makefile

index 68f42210e12c650bb93b7c5c794b872a033de4a4..35ea6d411e7112e24cb529b0192199d67d171407 100644 (file)
@@ -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