summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-06 11:11:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-06 11:11:44 +0200
commit547b849f5d9d30c02b3783d58779acab7c09d8c1 (patch)
treeea56dca52c251c5d40f17c708f39a775e56492e1 /target/config/Config.in
parentdf7df2e0ea84f8722c72a61dcbcd357f572eedc2 (diff)
parentac5970e35e66605d0547bcd0f3ec7f3e177a2bb8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 1255ceae3..25e34c9cd 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -210,6 +210,7 @@ config ADK_TARGET_KERNEL_MINICONFIG
default "raspberry-pi" if ADK_TARGET_SYSTEM_RASPBERRY_PI
default "sharp-zaurus" if ADK_TARGET_SYSTEM_SHARP_ZAURUS
default "lemote-yeelong" if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
+ default "generic-pc" if ADK_TARGET_SYSTEM_GENERIC_PC
config ADK_QEMU_ARGS
string
@@ -771,6 +772,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