From 0fe58d78c9c169839b71051170f805c8b7e973e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 May 2014 13:17:30 +0200 Subject: default to -nographic --- target/config/Config.in.qemuopts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/config/Config.in.qemuopts') diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts index 21d91ce6a..d1dcca976 100644 --- a/target/config/Config.in.qemuopts +++ b/target/config/Config.in.qemuopts @@ -6,7 +6,8 @@ depends on ADK_TARGET_QEMU config ADK_QEMU_ARGS string - default "-nographic" if ADK_TARGET_QEMU_WITHOUT_GRAPHIC + default "" if ADK_TARGET_QEMU_WITH_GRAPHIC + default "-nographic" choice prompt "Use a Bootloader" @@ -22,7 +23,7 @@ config ADK_TARGET_QEMU_WITH_BOOTLOADER endchoice choice -prompt "Qemu Emulation with permanent storage device (disk/flash)" +prompt "Qemu Emulation with storage device" depends on ADK_TARGET_QEMU default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_ARCHIVE default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_SQUASHFS -- cgit v1.2.3