aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-23 21:51:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-23 21:51:17 +0000
commit6cc825257fe8351f85ec3444b4ff6b5786289aa8 (patch)
treebd6cef5fc08154918a6892655f357bbb9de874fc /package
parent2b941f07a6590022cc064fc4d37074479783b31d (diff)
downloadupstream-6cc825257fe8351f85ec3444b4ff6b5786289aa8.tar.gz
upstream-6cc825257fe8351f85ec3444b4ff6b5786289aa8.tar.bz2
upstream-6cc825257fe8351f85ec3444b4ff6b5786289aa8.zip
[package] kernel: fix path to pcidev driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/virtual.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules/virtual.mk
index c4604bcaba..fc372b5682 100644
--- 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