X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ae57d8838ce086c44a95b54816191ed9e92545b2..98bf7b355be45c78f7211fa79af71e2d426b630c:/package/button-hotplug/Makefile?ds=sidebyside diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index 35791420f..35ea6d411 100644 --- a/package/button-hotplug/Makefile +++ b/package/button-hotplug/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=button-hotplug -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk @@ -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