From fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16 Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Thu, 22 Feb 2007 22:35:08 +0000 Subject: make maxinodes configureable for ext2 SVN-Revision: 6345 --- Config.in | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 2efd1ce..65c7dc6 100644 --- a/Config.in +++ b/Config.in @@ -103,10 +103,19 @@ comment "Image Options" source "target/linux/*/image/Config.in" - config TARGET_ROOTFS_FSPART - int "Filesystem part size (in MB)" - depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS - default 16 + config TARGET_ROOTFS_FSPART + int "Filesystem part size (in MB)" + depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS + default 16 + help + Allows you to change the filesystem partition size + + config TARGET_ROOTFS_MAXINODE + int "Maximum number of inodes in filesystem" + depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS + default 1500 + help + Allows you to change the maximum number of inodes in the filesystem endmenu -- cgit v1.1