From 94e7279adcfef41cc30980616c031f6f75dbbd73 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 15:02:54 +0200 Subject: bootsup fine now. strange. because networking works now?. patch from Greg Ungerer --- target/config/Config.in.qemuopts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/config') 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 -- cgit v1.2.3