projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22657a4
)
add dependency on kmod-input-core to kmod-input-evdev
author
Nicolas Thill
<nico@openwrt.org>
Sun, 10 Jun 2007 22:34:49 +0000
(22:34 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 10 Jun 2007 22:34:49 +0000
(22:34 +0000)
SVN-Revision: 7550
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 5245b96de3b60463daba29beeff6a6d1f9fb910d..71d333ea1025e8ce4073a321937abbb3fbccde5d 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
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)