From bd95bc6be6487ac41220023e0b4798f78dfb902d Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Wed, 6 Jul 2016 13:55:04 +0200 Subject: packages: make virtio-pci actually depend on PCI_SUPPORT Signed-off-by: Zoltan HERPAI --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 1b41d8e8ef..cef14106d4 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1042,6 +1042,7 @@ $(eval $(call KernelPackage,bmp085-spi)) define KernelPackage/virtio-pci SUBMENU:=$(OTHER_MENU) + DEPENDS:= @PCI_SUPPORT TITLE:=Virtio PCI support KCONFIG:= CONFIG_VIRTIO CONFIG_VIRTIO_PCI FILES:=\ -- cgit v1.2.3