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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7550 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-06-10 22:34:49 +00:00
parent ff4b62f5df
commit a2dd838268
1 changed files with 1 additions and 0 deletions

View File

@ -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)