1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 09:57:36 +03:00

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
This commit is contained in:
nico 2007-06-10 22:34:49 +00:00
parent e94e9040c4
commit f21bcf572c

View File

@ -381,6 +381,7 @@ $(eval $(call KernelPackage,input-core))
define KernelPackage/input-evdev define KernelPackage/input-evdev
TITLE:=Input even device TITLE:=Input even device
DESCRIPTION:=Kernel modules for support of input device events DESCRIPTION:=Kernel modules for support of input device events
DEPENDS:=+kmod-input-core
SUBMENU:=$(EMENU) SUBMENU:=$(EMENU)
KCONFIG:=$(CONFIG_INPUT_EVDEV) KCONFIG:=$(CONFIG_INPUT_EVDEV)
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX) FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)