diff --git a/package/kernel/modules/input.mk b/package/kernel/modules/
input.mk
index db31eb7..ae3b2e5 100644
--- a/package/kernel/modules/input.mk
+++ b/package/kernel/modules/input.mk
@@ -204,3 +204,21 @@ define KernelPackage/acpi-button/description
 endef

 $(eval $(call KernelPackage,acpi-button))
+
+
+define KernelPackage/input-uinput
+  SUBMENU:=$(INPUT_MODULES_MENU)
+  TITLE:=User level driver support
+  KCONFIG:= \
+       CONFIG_INPUT_UINPUT \
+  CONFIG_INPUT_MISC=y
+  FILES:=$(LINUX_DIR)/drivers/input/misc/uinput.ko
+  AUTOLOAD:=$(call AutoLoad,63,uinput)
+endef
+
+define KernelPackage/input-uinput/description
+  Kernel module for user level driver support
+endef
+
+$(eval $(call KernelPackage,input-uinput))
+
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to