diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-22 18:26:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-22 18:27:14 +0200 |
commit | eab3ef4a549276e46a2f926c26a019159ad7bd37 (patch) | |
tree | b3ef82fbceb4e16e7fcbe325cad5f37a3d95c5b3 /target/config | |
parent | fcdd332c65744831eb4a3b91b84e16042547b852 (diff) |
initrd is supported for xtensa in qemu 2.1beta
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index afe4e55ce..b90f0c8c0 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -186,7 +186,6 @@ config ADK_TARGET_ROOTFS_ISO config ADK_TARGET_ROOTFS_INITRAMFSARCHIVE boolean "Archive usable for initramfs creation" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532 - depends on !ADK_TARGET_SYSTEM_QEMU_XTENSA help Use this option if your planning to create a initramfs, useful for adk-test-framework. |