Add support for building ubifs images.

SVN-Revision: 19097
This commit is contained in:
Lars-Peter Clausen
2010-01-11 01:10:45 +00:00
parent 5ec88a4a15
commit db06ca593b
4 changed files with 22 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ sub target_config_features(@) {
/ext2/ and $ret .= "\tselect USES_EXT2\n";
/tgz/ and $ret .= "\tselect USES_TGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
/ubifs/ and $ret .= "\tselect USES_UBIFS\n";
/fpu/ and $ret .= "\tselect HAS_FPU\n";
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
/powerpc64/ and $ret .= "\tselect powerpc64\n";