1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 05:24:09 +03:00

[package] kernel: fix path to pcidev driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25670 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-02-23 21:51:17 +00:00
parent 8df5267022
commit 91450acd7e

View File

@ -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