From 97904a9d2f8d088cfe20c0e7311392f607910bd4 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Thu, 10 Jun 2010 12:33:43 +0000 Subject: [PATCH] rb532: fix a module dependency issue SVN-Revision: 21755 --- target/linux/rb532/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/modules.mk b/target/linux/rb532/modules.mk index c7ba62f5cd..abf9f72a64 100644 --- a/target/linux/rb532/modules.mk +++ b/target/linux/rb532/modules.mk @@ -29,7 +29,7 @@ $(eval $(call KernelPackage,ata-rb532-cf)) define KernelPackage/input-rb532 SUBMENU:=$(OTHER_MENU) TITLE:=RB532 button device support - DEPENDS:=@TARGET_rb532 + DEPENDS:=@TARGET_rb532 +kmod-input-polldev KCONFIG:= \ CONFIG_INPUT_MISC=y \ CONFIG_INPUT_RB532_BUTTON -- 2.30.2