diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-06 13:55:04 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-06 13:55:04 +0200 |
commit | bd95bc6be6487ac41220023e0b4798f78dfb902d (patch) | |
tree | 6bdd3db80366a2e02459edd6221fe05a834f9e04 | |
parent | c21ed6670b180a1d9352c65a9dfdd80528b92476 (diff) | |
download | master-187ad058-bd95bc6be6487ac41220023e0b4798f78dfb902d.tar.gz master-187ad058-bd95bc6be6487ac41220023e0b4798f78dfb902d.tar.bz2 master-187ad058-bd95bc6be6487ac41220023e0b4798f78dfb902d.zip |
packages: make virtio-pci actually depend on PCI_SUPPORT
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
-rw-r--r-- | package/kernel/linux/modules/other.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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:=\ |