summaryrefslogtreecommitdiff
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-22 12:12:39 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-22 12:12:39 +0000
commit4052849677922574480dc534f2e6171571df4b67 (patch)
tree95207819a2525e85e3d08b8aca7c598291553e73 /scripts/metadata.pl
parent67d797821c2c20fcd5b56044625ca281b2ab8548 (diff)
downloadmtk-20170518-4052849677922574480dc534f2e6171571df4b67.zip
mtk-20170518-4052849677922574480dc534f2e6171571df4b67.tar.gz
mtk-20170518-4052849677922574480dc534f2e6171571df4b67.tar.bz2
switch from ext2 to ext4 (w/o) journaling
SVN-Revision: 24084
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index e86178d..37c0a51 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";