fix xen pci module, partially fixes #11970

SVN-Revision: 32996
This commit is contained in:
John Crispin 2012-08-05 08:16:50 +00:00
parent 5f438c3565
commit 1ae8b7c433

View file

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