From 92c6097c73379162d3fc9afc3881522a45e76062 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 15 Aug 2011 14:11:49 +0000
Subject: [PATCH] button-hotplug: add autoload feature

Reported-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27994
---
 package/button-hotplug/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
GitLab