add dependency on kmod-input-core to kmod-input-evdev
SVN-Revision: 7550
This commit is contained in:
parent
22657a42f2
commit
5a6a826d62
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue