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:
120c489
)
kernel: activate input-matrixkmap for kernel 3.8
author
Hauke Mehrtens
<hauke@openwrt.org>
Sun, 27 Jan 2013 21:23:33 +0000
(21:23 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Sun, 27 Jan 2013 21:23:33 +0000
(21:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35338
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/input.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/input.mk
b/package/kernel/modules/input.mk
index
3411256
..
d3c1b34
100644
(file)
--- a/
package/kernel/modules/input.mk
+++ b/
package/kernel/modules/input.mk
@@
-163,7
+163,7
@@
define KernelPackage/input-matrixkmap
SUBMENU:=$(INPUT_MODULES_MENU)
TITLE:=Input matrix devices support
KCONFIG:=CONFIG_INPUT_MATRIXKMAP
- DEPENDS:=@
LINUX_3_6||@LINUX_3_7
+ DEPENDS:=@
!LINUX_3_3
FILES:=$(LINUX_DIR)/drivers/input/matrix-keymap.ko
AUTOLOAD:=$(call AutoLoad,20,matrix-keymap)
$(call AddDepends/input)