diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:02:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:02:09 +0000 |
commit | ae62798e994a3565b8a1f9e98b40bf33123813fc (patch) | |
tree | 86c0693badcb7555cddeb4efc4c5d2ecafe331a8 /package/kernel/linux/modules/input.mk | |
parent | cac0cf6daa5df1faed5bc0f7fc764506e93bace0 (diff) | |
download | upstream-ae62798e994a3565b8a1f9e98b40bf33123813fc.tar.gz upstream-ae62798e994a3565b8a1f9e98b40bf33123813fc.tar.bz2 upstream-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 'package/kernel/linux/modules/input.mk')
-rw-r--r-- | package/kernel/linux/modules/input.mk | 1 |
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) |