summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-17 10:37:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-17 10:37:17 +0100
commit1d7f99bcee72dbc423a67ddc0e35fa3d77b4d37c (patch)
treeb22975b1027e086b23184ac390780ead98887094 /target/config
parent2e3ef3075d9ff8be529f105bcea1eb32dd4f1013 (diff)
fix networking on qemu-system-sparc64
- use virtio drivers for sparc64 by default, builtin ne2k-pci emulation does not work - fix glibc packaging, revert x32 change, needs a better fix in sysroot
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 1baa25317..e108e048b 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -306,6 +306,7 @@ prompt "Qemu Emulation using VirtIO drivers"
depends on ADK_TARGET_SYSTEM_QEMU_SPARC64 || \
ADK_TARGET_SYSTEM_QEMU_I686 || \
ADK_TARGET_SYSTEM_QEMU_X86_64
+default ADK_TARGET_QEMU_WITH_VIRTIO if ADK_TARGET_SYSTEM_QEMU_SPARC64
config ADK_TARGET_QEMU_WITHOUT_VIRTIO
boolean "disabled"