X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fbutton-hotplug%2FMakefile;h=35ea6d411e7112e24cb529b0192199d67d171407;hb=e016e9a75ba28f200776b5bcd96287f6b710e188;hp=f5a7fcd39210092f28542f167810c09a214c9850;hpb=5b8b96e82353a69ba96469e4a368260e93d2782d;p=openwrt.git diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index f5a7fcd392..35ea6d411e 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,14 +9,15 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=button-hotplug -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver - FILES:=$(PKG_BUILD_DIR)/button-hotplug.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko + AUTOLOAD:=$(call AutoLoad,30,button-hotplug) KCONFIG:= endef