projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1898b8
)
kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin <blogic...
author
John Crispin
<john@openwrt.org>
Sun, 29 Jun 2014 09:48:41 +0000
(09:48 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 29 Jun 2014 09:48:41 +0000
(09:48 +0000)
SVN-Revision: 41371
package/kernel/linux/modules/virtual.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/virtual.mk
b/package/kernel/linux/modules/virtual.mk
index 3a1fe006fa099ffce44e487b1b4cfa9000b92dd0..190d8446bdae01185cf41014e2f1df16aaba5023 100644
(file)
--- a/
package/kernel/linux/modules/virtual.mk
+++ b/
package/kernel/linux/modules/virtual.mk
@@
-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