X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a6a76646d0586da3c24098e1ff25e89cb8375ea9..cf8a125dde222833f4ad6713228c1bd6893400ab:/package/button-hotplug/Makefile diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index ae4910147..35791420f 100644 --- a/package/button-hotplug/Makefile +++ b/package/button-hotplug/Makefile @@ -9,15 +9,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=button-hotplug -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver - DEPENDS:=@LINUX_2_6 - FILES:=$(PKG_BUILD_DIR)/button-hotplug.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko KCONFIG:= endef