From: Hauke Mehrtens Date: Tue, 1 Oct 2013 22:39:28 +0000 (+0000) Subject: ep93xx: fix kmod-input-keyboard-ep93xx dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a673b2df05165850a556eadbf9508ce8717d55a3;p=openwrt%2Fsvn-archive%2Farchive.git ep93xx: fix kmod-input-keyboard-ep93xx dependencies Signed-off-by: Hauke Mehrtens SVN-Revision: 38275 --- diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk index 1667163128..1c8137e98b 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_6||LINUX_3_7):kmod-input-matrixkmap + DEPENDS:=@TARGET_ep93xx +!LINUX_3_3:kmod-input-matrixkmap KCONFIG:= \ CONFIG_KEYBOARD_EP93XX \ CONFIG_INPUT_KEYBOARD=y