projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rb532: fix a module dependency issue
[openwrt.git]
/
target
/
linux
/
rb532
/
modules.mk
diff --git
a/target/linux/rb532/modules.mk
b/target/linux/rb532/modules.mk
index
c7ba62f
..
abf9f72
100644
(file)
--- 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
This page took
0.042056 seconds
and
4
git commands to generate.