projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f0266
)
keyboard driver depends on input-matrixkmap for 3.6+
author
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 21:05:36 +0000
(21:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 21:05:36 +0000
(21:05 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34619
target/linux/ep93xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ep93xx/modules.mk
b/target/linux/ep93xx/modules.mk
index 952e08836d0aed7cb64b1147e6539dcc18e1a027..2c62582d0e648e51e8f3c3a3c0281a473abd3c48 100644
(file)
--- a/
target/linux/ep93xx/modules.mk
+++ b/
target/linux/ep93xx/modules.mk
@@
-24,7
+24,7
@@
$(eval $(call KernelPackage,fb-ep93xx))
define KernelPackage/input-keyboard-ep93xx
SUBMENU:=$(OTHER_MENU)
TITLE:=EP93xx Matrix Keypad support
- DEPENDS:=@TARGET_ep93xx
+ DEPENDS:=@TARGET_ep93xx
+(LINUX_3_6||LINUX_3_7):kmod-input-matrixkmap
KCONFIG:= \
CONFIG_KEYBOARD_EP93XX \
CONFIG_INPUT_KEYBOARD=y