button-hotplug: add missing dependency on kmod-input-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37429 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c420810815
commit
7512564d87
|
@ -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:=
|
||||
|
|
Loading…
Reference in New Issue