|
@@ -38,9 +38,9 @@ config BR2_TARGET_ROOTFS_EXT2_GEN
|
|
|
|
|
|
# All ext generations are revision 1, except ext2r0, which is revision 0
|
|
|
config BR2_TARGET_ROOTFS_EXT2_REV
|
|
|
- int
|
|
|
- default 0 if BR2_TARGET_ROOTFS_EXT2_2r0
|
|
|
- default 1 if !BR2_TARGET_ROOTFS_EXT2_2r0
|
|
|
+ int
|
|
|
+ default 0 if BR2_TARGET_ROOTFS_EXT2_2r0
|
|
|
+ default 1 if !BR2_TARGET_ROOTFS_EXT2_2r0
|
|
|
|
|
|
config BR2_TARGET_ROOTFS_EXT2_BLOCKS
|
|
|
int "size in blocks (leave at 0 for auto calculation)"
|