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 | 3120c9c9c24e3e80e646cdac2f75875e2e6a91fe (patch) | |
tree | e026e700f612c982bc2622df0d8c5dc6c78411d7 /target | |
parent | 186db26d05034df31e0ced1b8b5d7d62ebe39b8f (diff) | |
download | upstream-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.tar.gz upstream-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.tar.bz2 upstream-3120c9c9c24e3e80e646cdac2f75875e2e6a91fe.zip |
build: drop obsolete kernel version dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44110
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ep93xx/modules.mk | 2 |
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 |