Can I please get a commit on this?

Thanks.
--- Begin Message ---
Modules like input-gpio-keys rely on input-core, but that's not currently 
expressed.

Signed-off-by: Philip Prindeville <phil...@redfish-solutions.com>

Index: package/kernel/modules/other.mk
===================================================================
--- package/kernel/modules/other.mk     (revision 27787)
+++ package/kernel/modules/other.mk     (working copy)
@@ -287,6 +287,7 @@
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Input event device
   KCONFIG:=CONFIG_INPUT_EVDEV
+  DEPENDS:=+kmod-input-core
   FILES:=$(LINUX_DIR)/drivers/input/evdev.ko
   AUTOLOAD:=$(call AutoLoad,60,evdev)
   $(call AddDepends/input)
@@ -320,7 +321,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 +376,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 +393,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
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

--- End Message ---
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to