summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-03 11:27:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-03 11:27:38 +0200
commit97f06c7f9d934a86f84f6608bcf3c6a1a1132eee (patch)
treeb4391721c33a97aefdbd0ecff73dc1e43d50b557 /target/config/Config.in
parentcf494122e89c1f3674079ad3de3604f8d8e94b0b (diff)
add qemu host dependency
Diffstat (limited to 'target/config/Config.in')
-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 1255ceae3..501039ed1 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -771,6 +771,7 @@ config ADK_TARGET_ROOTFS_SQUASHFS
bool "Compressed read-only root filesystem (squashfs)"
select ADK_KERNEL_SQUASHFS
select ADK_HOST_NEED_SQUASHFS
+ select ADK_HOST_NEED_QEMU if ADK_HARDWARE_QEMU
select ADK_TARGET_QEMU_WITH_BLOCK if ADK_HARDWARE_QEMU
depends on ADK_TARGET_WITH_MTD
help