Add support for building ubifs images.
[openwrt/openwrt.git] / scripts / metadata.pl
index 54ac06390234d8e173dae9951944d7c4707bf9e1..aa66e53094c952617952d74eed2be20178bfe48e 100755 (executable)
@@ -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";