Browse Source

target/ubifsroot: mark as broken

It should get fixed to use mkfs.ubifs from mtd-utils, but that's
probably unrealistic before the 2009.05 release, so mark as broken
for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 years ago
parent
commit
77fad2fd74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/ubifs/Config.in

+ 1 - 0
target/ubifs/Config.in

@@ -1,5 +1,6 @@
 config BR2_TARGET_ROOTFS_UBIFS
 config BR2_TARGET_ROOTFS_UBIFS
 	bool "ubifs root filesystem"
 	bool "ubifs root filesystem"
+	depends on BROKEN # upstream git gone, should use mtd-utils
 	select BR2_HOST_FAKEROOT
 	select BR2_HOST_FAKEROOT
 	help
 	help
 	  Build a ubifs root filesystem
 	  Build a ubifs root filesystem