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:
2b941f0
)
[package] kernel: fix path to pcidev driver
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 23 Feb 2011 21:51:17 +0000
(21:51 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 23 Feb 2011 21:51:17 +0000
(21:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25670
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
c4604bc
..
fc372b5
100644
(file)
--- a/
package/kernel/modules/virtual.mk
+++ b/
package/kernel/modules/virtual.mk
@@
-168,7
+168,7
@@
define KernelPackage/xen-pcidev
TITLE:=Xen PCI device frontend
DEPENDS:=@TARGET_x86_xen_domu @LINUX_2_6_37||LINUX_2_6_38
KCONFIG:=CONFIG_XEN_PCIDEV_FRONTEND
- FILES:=$(LINUX_DIR)/drivers/
net/xen-pcifront
.ko
+ FILES:=$(LINUX_DIR)/drivers/
xen/platform-pci
.ko
AUTOLOAD:=$(call AutoLoad,10,xen-pcifront)
endef