Browse Source

nds32: ext4 does not compile, disable this rootfs for now

Waldemar Brodkorb 7 years ago
parent
commit
71cdc5d0d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/config/Config.in.rootfs

+ 1 - 0
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