X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1cf8903c6926b17c9990cb284dca3494d5a09081..b1f222f3f3f2f12b5a4800a0c4f9b6238f8a746d:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 2898289bc..6d7534519 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -159,6 +159,7 @@ sub target_config_features(@) { /jffs2/ and $ret .= "\tselect USES_JFFS2\n"; /ext2/ and $ret .= "\tselect USES_EXT2\n"; /tgz/ and $ret .= "\tselect USES_TGZ\n"; + /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; } return $ret; }