kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin <blogic...
authorJohn Crispin <john@openwrt.org>
Sun, 29 Jun 2014 09:48:41 +0000 (09:48 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 29 Jun 2014 09:48:41 +0000 (09:48 +0000)
SVN-Revision: 41371

package/kernel/linux/modules/virtual.mk

index 3a1fe006fa099ffce44e487b1b4cfa9000b92dd0..190d8446bdae01185cf41014e2f1df16aaba5023 100644 (file)
@@ -145,7 +145,7 @@ define KernelPackage/xen-kbddev
   DEPENDS:=@TARGET_x86_xen_domu +kmod-input-core
   KCONFIG:=CONFIG_INPUT_MISC=y \
        CONFIG_INPUT_XEN_KBDDEV_FRONTEND
-  FILES:=$(LINUX_DIR)/drivers/input/xen-kbdfront.ko
+  FILES:=$(LINUX_DIR)/drivers/input/misc/xen-kbdfront.ko
   AUTOLOAD:=$(call AutoLoad,08,xen-kbdfront)
 endef