add dependency on kmod-input-core to kmod-input-evdev

SVN-Revision: 7550
master
Nicolas Thill 18 years ago
parent 22657a42f2
commit 5a6a826d62
  1. 1
      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)

Loading…
Cancel
Save