From 1b5aa23ca2154189a3844b41f76c3ca797e07ceb Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 19 Jul 2013 10:38:48 +0000
Subject: [PATCH] button-hotplug: add missing dependency on kmod-input-core

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

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

diff --git a/package/kernel/button-hotplug/Makefile b/package/kernel/button-hotplug/Makefile
index 348ea134011..10f67239032 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:=
-- 
GitLab