X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=scripts%2Fmetadata.pl;fp=scripts%2Fmetadata.pl;h=d76a295ee46cf685f83b91d6bef00b5842e150dc;hp=70d1b40255847328d14a607ee767a82fcd41c3a7;hb=80737b583d0becd2e8d6f9182bc4d03eb680d04a;hpb=09df0283cac917af8a40c526c0cfaed47a908fe5 diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 70d1b4025..d76a295ee 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";