1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-23 12:51:20 +02:00

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