summaryrefslogtreecommitdiff
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-28 14:47:43 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-28 14:47:43 +0000
commitb3b591c000acb7d9b7135b3fc8ac730e42b20832 (patch)
tree72e7c4e8e50c4d05eec1789a2b9525c950008481 /scripts/metadata.pl
parent7992df37218c014ba57d454f1704a27438fbf3b9 (diff)
downloadmtk-20170518-b3b591c000acb7d9b7135b3fc8ac730e42b20832.zip
mtk-20170518-b3b591c000acb7d9b7135b3fc8ac730e42b20832.tar.gz
mtk-20170518-b3b591c000acb7d9b7135b3fc8ac730e42b20832.tar.bz2
buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
SVN-Revision: 21238
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index e0fb32f..2d12e19 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -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";