summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/input.mk
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
commit3120c9c9c24e3e80e646cdac2f75875e2e6a91fe (patch)
treee026e700f612c982bc2622df0d8c5dc6c78411d7 /package/kernel/linux/modules/input.mk
parent186db26d05034df31e0ced1b8b5d7d62ebe39b8f (diff)
downloadmaster-31e0f0ae-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.tar.gz
master-31e0f0ae-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.tar.bz2
master-31e0f0ae-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.zip
build: drop obsolete kernel version dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44110
Diffstat (limited to 'package/kernel/linux/modules/input.mk')
-rw-r--r--package/kernel/linux/modules/input.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk
index f42cbaec06..2320b051f9 100644
--- a/package/kernel/linux/modules/input.mk
+++ b/package/kernel/linux/modules/input.mk
@@ -163,7 +163,6 @@ define KernelPackage/input-matrixkmap
SUBMENU:=$(INPUT_MODULES_MENU)
TITLE:=Input matrix devices support
KCONFIG:=CONFIG_INPUT_MATRIXKMAP
- DEPENDS:=@!LINUX_3_3
FILES:=$(LINUX_DIR)/drivers/input/matrix-keymap.ko
AUTOLOAD:=$(call AutoProbe,matrix-keymap)
$(call AddDepends/input)