summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-02-22 22:35:08 +0000
committerTim Yardley <lst@openwrt.org>2007-02-22 22:35:08 +0000
commitfdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16 (patch)
tree9153a5caa8c1fd27b170c421ea72583e48163fc0 /Config.in
parentbc8f1f36cfba6b00a17d5671309d3f5f087fdc17 (diff)
downloadmaster-31e0f0ae-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.tar.gz
master-31e0f0ae-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.tar.bz2
master-31e0f0ae-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.zip
make maxinodes configureable for ext2
SVN-Revision: 6345
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 2efd1ce25d..65c7dc6c3a 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