Modules like input-gpio-keys rely on input-core, but that's not currently
expressed.
This list might be incomplete.
Signed-off-by: Philip Prindeville <[email protected]>
Index: package/kernel/modules/other.mk
===================================================================
--- package/kernel/modules/other.mk (revision 27787)
+++ package/kernel/modules/other.mk (working copy)
@@ -286,7 +286,7 @@
define KernelPackage/input-evdev
SUBMENU:=$(OTHER_MENU)
TITLE:=Input event device
- KCONFIG:=CONFIG_INPUT_EVDEV
+ KCONFIG:=CONFIG_INPUT_EVDEV +kmod-input-core
FILES:=$(LINUX_DIR)/drivers/input/evdev.ko
AUTOLOAD:=$(call AutoLoad,60,evdev)
$(call AddDepends/input)
@@ -320,7 +320,7 @@
define KernelPackage/input-gpio-keys
SUBMENU:=$(OTHER_MENU)
TITLE:=GPIO key support
- DEPENDS:= @GPIO_SUPPORT
+ DEPENDS:= @GPIO_SUPPORT +kmod-input-core
KCONFIG:= \
CONFIG_KEYBOARD_GPIO \
CONFIG_INPUT_KEYBOARD=y
@@ -375,6 +375,7 @@
define KernelPackage/input-joydev
SUBMENU:=$(OTHER_MENU)
TITLE:=Joystick device support
+ DEPENDS:=+kmod-input-core
KCONFIG:=CONFIG_INPUT_JOYDEV
FILES:=$(LINUX_DIR)/drivers/input/joydev.ko
AUTOLOAD:=$(call AutoLoad,62,joydev)
@@ -391,6 +392,7 @@
define KernelPackage/input-polldev
SUBMENU:=$(OTHER_MENU)
TITLE:=Polled Input device support
+ DEPENDS:=+kmod-input-core
KCONFIG:=CONFIG_INPUT_POLLDEV
FILES:=$(LINUX_DIR)/drivers/input/input-polldev.ko
AUTOLOAD:=$(call AutoLoad,20,input-polldev)
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel