diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-14 01:10:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-14 01:10:09 +0200 |
commit | 71cdc5d0d0cd73f0b58d3402d097464c06caaa7d (patch) | |
tree | 56f4d5f985a8fe63135f8cf50f496b2bbfe34dd2 | |
parent | 9d6bea2babdf88563c1c80347e95935eb206d009 (diff) |
nds32: ext4 does not compile, disable this rootfs for now
-rw-r--r-- | target/config/Config.in.rootfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index ae98afba3..fa145e978 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -145,6 +145,7 @@ config ADK_TARGET_ROOTFS_ARCHIVE select ADK_KERNEL_EXT2_FS if ADK_TARGET_QEMU || ADK_TARGET_VBOX select ADK_TARGET_QEMU_WITH_BLOCK depends on !ADK_TARGET_SIM \ + && !ADK_TARGET_ARCH_NDS32 \ && !ADK_TARGET_SYSTEM_QEMU_M68K_MCF5208 \ && !ADK_TARGET_SYSTEM_QEMU_METAG help |