diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-09 11:43:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-09 11:43:37 +0100 |
commit | d3c48702c3f8434e4ddc8f83e2221717f7430c55 (patch) | |
tree | 9a9e6c69f5d69657f3e2688cdae7e352ff405521 /target | |
parent | 331714b27d3cc5920d240c9de086e4ce1a69cb2c (diff) |
need ext2fs for qemu archives
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 8005a487b..bf7f3db97 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -727,6 +727,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. |