aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-24 20:02:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-24 20:02:09 +0000
commitae62798e994a3565b8a1f9e98b40bf33123813fc (patch)
tree86c0693badcb7555cddeb4efc4c5d2ecafe331a8 /target
parentcac0cf6daa5df1faed5bc0f7fc764506e93bace0 (diff)
downloadmaster-187ad058-ae62798e994a3565b8a1f9e98b40bf33123813fc.tar.gz
master-187ad058-ae62798e994a3565b8a1f9e98b40bf33123813fc.tar.bz2
master-187ad058-ae62798e994a3565b8a1f9e98b40bf33123813fc.zip
build: drop obsolete kernel version dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ep93xx/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk
index 1c8137e98b..429546690f 100644
--- 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_3:kmod-input-matrixkmap
+ DEPENDS:=@TARGET_ep93xx +kmod-input-matrixkmap
KCONFIG:= \
CONFIG_KEYBOARD_EP93XX \
CONFIG_INPUT_KEYBOARD=y