X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1026eedd0523c00b0ac1c0f4d999e82b71cc0351..3b329ec7b5c182f2b66e86a855b633c4b97ee5f1:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index e86178d42..9f06299aa 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -163,11 +163,12 @@ 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"; /fpu/ and $ret .= "\tselect HAS_FPU\n"; + /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n"; /ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n"; /powerpc64/ and $ret .= "\tselect powerpc64\n"; /nommu/ and $ret .= "\tselect NOMMU\n";