Parcourir la source

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>
J Evans il y a 7 ans
Parent
commit
426fd787fa
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      fs/ext2/Config.in

+ 2 - 0
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)"