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>
This commit is contained in:
J Evans 2017-05-01 17:58:36 +02:00 committed by Thomas Petazzoni
parent c78b65c4f1
commit 426fd787fa

View File

@ -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)"