projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2307592
)
[kernel] fix xen pci module, partially fixes #11970
author
John Crispin
<blogic@openwrt.org>
Sun, 5 Aug 2012 08:16:50 +0000
(08:16 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sun, 5 Aug 2012 08:16:50 +0000
(08:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32996
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/virtual.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index
a93875d
..
b7313e1
100644
(file)
--- a/
package/kernel/modules/virtual.mk
+++ b/
package/kernel/modules/virtual.mk
@@
-160,7
+160,7
@@
define KernelPackage/xen-pcidev
TITLE:=Xen PCI device frontend
DEPENDS:=@TARGET_x86_xen_domu
KCONFIG:=CONFIG_XEN_PCIDEV_FRONTEND
- FILES:=$(LINUX_DIR)/drivers/
xen/platform-pci
.ko
+ FILES:=$(LINUX_DIR)/drivers/
pci/xen-pcifront
.ko
AUTOLOAD:=$(call AutoLoad,10,xen-pcifront)
endef