From 4052849677922574480dc534f2e6171571df4b67 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 22 Nov 2010 12:12:39 +0000 Subject: switch from ext2 to ext4 (w/o) journaling SVN-Revision: 24084 --- Config.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 458a3b3bce..5763be02b1 100644 --- a/Config.in +++ b/Config.in @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -62,12 +62,12 @@ menu "Target Images" comment "Root filesystem images" - config TARGET_ROOTFS_EXT2FS - bool "ext2" - default y if USES_EXT2 + config TARGET_ROOTFS_EXT4FS + bool "ext4" + default y if USES_EXT4 depends !TARGET_ROOTFS_INITRAMFS help - Ext2 file system with some free space for uml images + Ext4 file system with some free space for uml images config TARGET_ROOTFS_ISO bool "iso" @@ -103,14 +103,14 @@ menu "Target Images" config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" - depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532 + depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 default 48 help Allows you to change the root filesystem partition size config TARGET_ROOTFS_MAXINODE int "Maximum number of inodes in root filesystem" - depends TARGET_ROOTFS_EXT2FS + depends TARGET_ROOTFS_EXT4FS default 6000 help Allows you to change the maximum number of inodes in the root filesystem -- cgit v1.2.3