diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-09 18:16:16 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-09 18:16:16 -0500 |
| commit | 92336855975805d88c7979f53bc05c2d47abab04 (patch) | |
| tree | e9ec44e1b552017f36a93a049a7fa2b12ba9fb65 | |
| parent | 23797df3d9f08031d19aaaa1d2863d5feebe3d8b (diff) | |
| download | focaccia-qemu-92336855975805d88c7979f53bc05c2d47abab04.tar.gz focaccia-qemu-92336855975805d88c7979f53bc05c2d47abab04.zip | |
megasas: disable due to build breakage
The Buildbot has detected a new failure on builder default_i386_rhel61 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_i386_rhel61/builds/304 The proper fix is non-trivial so let's disable the build by default until it's fixed properly. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
| -rw-r--r-- | default-configs/pci.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak index 4b49c0012b..9d3e1dbda1 100644 --- a/default-configs/pci.mak +++ b/default-configs/pci.mak @@ -10,7 +10,6 @@ CONFIG_EEPRO100_PCI=y CONFIG_PCNET_PCI=y CONFIG_PCNET_COMMON=y CONFIG_LSI_SCSI_PCI=y -CONFIG_MEGASAS_SCSI_PCI=y CONFIG_RTL8139_PCI=y CONFIG_E1000_PCI=y CONFIG_IDE_CORE=y |