X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e711a7c8843438ad1d01382dca307112e5d40320..6c0e4e5864ce8edbbb1b64061997ca93894ee8ca:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index e0fb32fc1..2d12e1929 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";