X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=scripts%2Fmetadata.pl;h=37c0a51ee796ee8989749442e6e4870f3f48e14f;hb=f83fe8efbce237ec006137c5de91455350f0df79;hp=e86178d423c9f14d1d6ae2c5b4008bac72f19a4b;hpb=1026eedd0523c00b0ac1c0f4d999e82b71cc0351;p=openwrt.git diff --git a/scripts/metadata.pl b/scripts/metadata.pl index e86178d423..37c0a51ee7 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";