buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ

SVN-Revision: 21238
This commit is contained in:
Nicolas Thill
2010-04-28 14:47:43 +00:00
parent 7992df3721
commit b3b591c000
13 changed files with 20 additions and 20 deletions

View File

@@ -162,7 +162,7 @@ sub target_config_features(@) {
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
/jffs2/ and $ret .= "\tselect USES_JFFS2\n";
/ext2/ and $ret .= "\tselect USES_EXT2\n";
/tgz/ and $ret .= "\tselect USES_TGZ\n";
/targz/ and $ret .= "\tselect USES_TARGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
/ubifs/ and $ret .= "\tselect USES_UBIFS\n";
/fpu/ and $ret .= "\tselect HAS_FPU\n";