switch from ext2 to ext4 (w/o) journaling

SVN-Revision: 24084
This commit is contained in:
Imre Kaloz
2010-11-22 12:12:39 +00:00
parent 67d797821c
commit 4052849677
30 changed files with 60 additions and 98 deletions

View File

@@ -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";