diff options
author | Tim Yardley <lst@openwrt.org> | 2007-02-22 22:35:08 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-02-22 22:35:08 +0000 |
commit | fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16 (patch) | |
tree | 9153a5caa8c1fd27b170c421ea72583e48163fc0 /Config.in | |
parent | bc8f1f36cfba6b00a17d5671309d3f5f087fdc17 (diff) | |
download | openwrt-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.tar.gz openwrt-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.tar.bz2 openwrt-fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16.zip |
make maxinodes configureable for ext2
SVN-Revision: 6345
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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 |