From: juhosg Date: Mon, 15 Aug 2011 14:11:49 +0000 (+0000) Subject: button-hotplug: add autoload feature X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5658753ca9a50309a687851faf4f5ebdbafa8abe;p=openwrt.git button-hotplug: add autoload feature Reported-by: Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27994 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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