X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fmetadata.pl;h=37c0a51ee796ee8989749442e6e4870f3f48e14f;hb=4052849677922574480dc534f2e6171571df4b67;hp=e86178d423c9f14d1d6ae2c5b4008bac72f19a4b;hpb=67d797821c2c20fcd5b56044625ca281b2ab8548;p=openwrt%2Fstaging%2Fhauke.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";