summaryrefslogtreecommitdiff
path: root/target/config/Config.in.qemuopts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-28 15:02:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-28 15:03:16 +0200
commit94e7279adcfef41cc30980616c031f6f75dbbd73 (patch)
treec2c98aed00c9ec36a39dbbdd3d8110942701d6fc /target/config/Config.in.qemuopts
parent3e1c67b68f5a878d726526070a0a03675ec992e1 (diff)
bootsup fine now. strange. because networking works now?. patch from Greg Ungerer
Diffstat (limited to 'target/config/Config.in.qemuopts')
-rw-r--r--target/config/Config.in.qemuopts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index 55ea6bcbb..7087fbfa4 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
menu "Qemu configuration"
-depends on ADK_TARGET_QEMU
+depends on ADK_TARGET_QEMU && !ADK_TARGET_SYSTEM_QEMU_M68K
config ADK_QEMU_ARGS
string
@@ -29,7 +29,7 @@ endchoice
choice
prompt "Qemu Emulation with storage device"
-depends on ADK_TARGET_QEMU && !ADK_TARGET_SYSTEM_QEMU_XTENSA && !ADK_TARGET_SYSTEM_QEMU_AARCH64
+depends on ADK_TARGET_QEMU && !ADK_TARGET_SYSTEM_QEMU_XTENSA && !ADK_TARGET_SYSTEM_QEMU_AARCH64 && !ADK_TARGET_SYSTEM_QEMU_M68K
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_ARCHIVE
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_SQUASHFS
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_JFFS2