diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-19 10:38:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-19 10:38:48 +0000 |
commit | 1b5aa23ca2154189a3844b41f76c3ca797e07ceb (patch) | |
tree | 9ef7826d580f92693041a8d5d3954b8013d638c8 /package/kernel/button-hotplug/Makefile | |
parent | f71d47e58e75457214cfe24750e181cbeeea3cfb (diff) | |
download | upstream-1b5aa23ca2154189a3844b41f76c3ca797e07ceb.tar.gz upstream-1b5aa23ca2154189a3844b41f76c3ca797e07ceb.tar.bz2 upstream-1b5aa23ca2154189a3844b41f76c3ca797e07ceb.zip |
button-hotplug: add missing dependency on kmod-input-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37429
Diffstat (limited to 'package/kernel/button-hotplug/Makefile')
-rw-r--r-- | package/kernel/button-hotplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/button-hotplug/Makefile b/package/kernel/button-hotplug/Makefile index 348ea13401..10f6723903 100644 --- a/package/kernel/button-hotplug/Makefile +++ b/package/kernel/button-hotplug/Makefile @@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver + DEPENDS:=+kmod-input-core FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko AUTOLOAD:=$(call AutoLoad,30,button-hotplug,1) KCONFIG:= |