summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 5245b96de..71d333ea1 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -381,6 +381,7 @@ $(eval $(call KernelPackage,input-core))
define KernelPackage/input-evdev
TITLE:=Input even device
DESCRIPTION:=Kernel modules for support of input device events
+ DEPENDS:=+kmod-input-core
SUBMENU:=$(EMENU)
KCONFIG:=$(CONFIG_INPUT_EVDEV)
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)