kernel: fix path to pcidev driver
SVN-Revision: 25670
This commit is contained in:
parent
e733270b96
commit
1de2fe5617
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue