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://207.154.207.93/?a=commitdiff_plain;h=b80baca15ad74fdd1ddfcf65f6fd0beaa8da3b67;p=15.05%2Fopenwrt.git ep93xx: fix kmod-input-keyboard-ep93xx dependencies Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38275 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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