diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-28 14:24:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-28 14:25:32 +0200 |
commit | 77fad2fd74867d6d6bf77a52a1fc41379fa803c5 (patch) | |
tree | 9f6c6d5f71c062cfb74952c960e0526e678ae216 | |
parent | 952bf43fd5b644ce169d2226cd162dd9579ac864 (diff) | |
download | buildroot-novena-77fad2fd74867d6d6bf77a52a1fc41379fa803c5.tar.gz buildroot-novena-77fad2fd74867d6d6bf77a52a1fc41379fa803c5.zip |
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>
-rw-r--r-- | target/ubifs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ubifs/Config.in b/target/ubifs/Config.in index 90ebfd9e4..886c34bfb 100644 --- a/target/ubifs/Config.in +++ b/target/ubifs/Config.in @@ -1,5 +1,6 @@ config BR2_TARGET_ROOTFS_UBIFS bool "ubifs root filesystem" + depends on BROKEN # upstream git gone, should use mtd-utils select BR2_HOST_FAKEROOT help Build a ubifs root filesystem |