mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 00:32:25 +02:00
rb532: fix a module dependency issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21755 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
edce9a6007
commit
4157f2b35d
@ -29,7 +29,7 @@ $(eval $(call KernelPackage,ata-rb532-cf))
|
|||||||
define KernelPackage/input-rb532
|
define KernelPackage/input-rb532
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=RB532 button device support
|
TITLE:=RB532 button device support
|
||||||
DEPENDS:=@TARGET_rb532
|
DEPENDS:=@TARGET_rb532 +kmod-input-polldev
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_INPUT_MISC=y \
|
CONFIG_INPUT_MISC=y \
|
||||||
CONFIG_INPUT_RB532_BUTTON
|
CONFIG_INPUT_RB532_BUTTON
|
||||||
|
Loading…
Reference in New Issue
Block a user