summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-09 12:12:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-09 12:12:51 +0100
commit660e6fcdf88641708ee119c4ad4399694fe57270 (patch)
tree4f3c1455af7aaa30e56240b07fa1c399deaa98fa /target
parente6a5c471156b3e184c33296b21f3135427437784 (diff)
parent656a95dc692c19425974ff238dea9a68fb113e40 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 6fe4c280a..d6cfaafd0 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -731,6 +731,7 @@ config ADK_TARGET_ROOTFS_MMC
config ADK_TARGET_ROOTFS_ARCHIVE
bool "Archive usable for different filesystems"
+ select ADK_KERNEL_EXT2_FS if ADK_HARDWARE_QEMU
help
Use this option if your root filesystem is ext2/ext3/ext4/xfs.
@@ -746,7 +747,7 @@ config ADK_TARGET_ROOT_EXT4_RASPBERRY_PI
choice
prompt "Root filesystem type"
-depends on ADK_TARGET_ROOTFS_ARCHIVE && !ADK_TARGET_SYSTEM_RASPBERRY_PI
+depends on ADK_TARGET_ROOTFS_ARCHIVE && !ADK_TARGET_SYSTEM_RASPBERRY_PI && !ADK_HARDWARE_QEMU
default ADK_TARGET_ROOT_EXT2_FS
config ADK_TARGET_ROOT_EXT2