X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1026eedd0523c00b0ac1c0f4d999e82b71cc0351..9e9816322cf9331ed701a0d68a4f841bab106790:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index e86178d42..37c0a51ee 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -163,7 +163,7 @@ sub target_config_features(@) { /pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n"; /squashfs/ and $ret .= "\tselect USES_SQUASHFS\n"; /jffs2/ and $ret .= "\tselect USES_JFFS2\n"; - /ext2/ and $ret .= "\tselect USES_EXT2\n"; + /ext4/ and $ret .= "\tselect USES_EXT4\n"; /targz/ and $ret .= "\tselect USES_TARGZ\n"; /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; /ubifs/ and $ret .= "\tselect USES_UBIFS\n";