projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfe8ef
)
ep93xx: fix kmod-input-keyboard-ep93xx dependencies
author
Hauke Mehrtens
<hauke@openwrt.org>
Tue, 1 Oct 2013 22:39:28 +0000
(22:39 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Tue, 1 Oct 2013 22:39:28 +0000
(22:39 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38275
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ep93xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ep93xx/modules.mk
b/target/linux/ep93xx/modules.mk
index
1667163
..
1c8137e
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 +
(LINUX_3_6||LINUX_3_7)
:kmod-input-matrixkmap
+ DEPENDS:=@TARGET_ep93xx +
!LINUX_3_3
:kmod-input-matrixkmap
KCONFIG:= \
CONFIG_KEYBOARD_EP93XX \
CONFIG_INPUT_KEYBOARD=y