mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:42:48 +02: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:
parent
e94e9040c4
commit
f21bcf572c
@ -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 New Issue
Block a user