diff options
| author | J Evans <g4@novadsp.com> | 2017-05-01 17:58:36 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-04 17:15:13 +0200 |
| commit | 426fd787fa4f76d293e3b2e4f405c9a9b7d42666 (patch) | |
| tree | 7eb2822c65ded8994ab942f9c44b9adc74427e19 | |
| parent | c78b65c4f161ec101ff02880788ef22eb7c87d76 (diff) | |
| download | buildroot-426fd787fa4f76d293e3b2e4f405c9a9b7d42666.tar.gz buildroot-426fd787fa4f76d293e3b2e4f405c9a9b7d42666.zip | |
ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS
Signed-off-by: J Evans <g4@novadsp.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | fs/ext2/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index 19ed140c88..a1e3647a14 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -48,6 +48,8 @@ config BR2_TARGET_ROOTFS_EXT2_LABEL config BR2_TARGET_ROOTFS_EXT2_BLOCKS int "exact size in blocks" default 61440 + help + Specify the file system size as a number of 1024-byte blocks. config BR2_TARGET_ROOTFS_EXT2_INODES int "exact number of inodes (leave at 0 for auto calculation)" |

