diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ext2/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index c26482f1d..adba6f309 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -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)" |
