|
@@ -85,7 +85,8 @@ config BR2_TARGET_ROOTFS_EXT2_RESBLKS
|
|
|
|
|
|
config BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS
|
|
config BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS
|
|
string "additional mke2fs options"
|
|
string "additional mke2fs options"
|
|
- default "-O ^64bit"
|
|
|
|
|
|
+ # Note: ext2 rev0 does not support filesystem options.
|
|
|
|
+ default "-O ^64bit" if !BR2_TARGET_ROOTFS_EXT2_2r0
|
|
help
|
|
help
|
|
Specify a space-separated list of mke2fs options, including
|
|
Specify a space-separated list of mke2fs options, including
|
|
any ext2/3/4 filesystem features.
|
|
any ext2/3/4 filesystem features.
|
|
@@ -100,7 +101,8 @@ config BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS
|
|
support. This default value has been chosen because U-Boot
|
|
support. This default value has been chosen because U-Boot
|
|
versions before 2017.02 don't support this filesystem
|
|
versions before 2017.02 don't support this filesystem
|
|
option: using it may make the filesystem unreadable by
|
|
option: using it may make the filesystem unreadable by
|
|
- U-Boot.
|
|
|
|
|
|
+ U-Boot. Note: this default does not apply to the old ext2
|
|
|
|
+ (rev0) which does not support filesystem options.
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "Compression method"
|
|
prompt "Compression method"
|