|
@@ -21,9 +21,10 @@ config BR2_TARGET_ROOTFS_F2FS_SIZE
|
|
config BR2_TARGET_ROOTFS_F2FS_COLD_FILES
|
|
config BR2_TARGET_ROOTFS_F2FS_COLD_FILES
|
|
string "extension list for cold files"
|
|
string "extension list for cold files"
|
|
help
|
|
help
|
|
- Specify a file extension list in order f2fs to treat them as
|
|
|
|
- cold files. The default list includes most of multimedia
|
|
|
|
- file extensions such as jpg, gif, mpeg, mkv, and so on.
|
|
|
|
|
|
+ Specify a comma separated file extension list in order f2fs
|
|
|
|
+ to treat them as cold files. The default list includes most
|
|
|
|
+ of multimedia file extensions such as jpg, gif, mpeg, mkv,
|
|
|
|
+ and so on.
|
|
|
|
|
|
config BR2_TARGET_ROOTFS_F2FS_OVERPROVISION
|
|
config BR2_TARGET_ROOTFS_F2FS_OVERPROVISION
|
|
int "overprovision ratio"
|
|
int "overprovision ratio"
|
|
@@ -33,8 +34,8 @@ config BR2_TARGET_ROOTFS_F2FS_OVERPROVISION
|
|
area. This area is hidden to users, and utilized by F2FS
|
|
area. This area is hidden to users, and utilized by F2FS
|
|
cleaner.
|
|
cleaner.
|
|
|
|
|
|
- Leave at 0 to use the default overprovision ratio of
|
|
|
|
- mkfs.f2fs.
|
|
|
|
|
|
+ Leave at 0 for autocalculation according to the partition
|
|
|
|
+ size.
|
|
|
|
|
|
config BR2_TARGET_ROOTFS_F2FS_DISCARD
|
|
config BR2_TARGET_ROOTFS_F2FS_DISCARD
|
|
bool "discard policy"
|
|
bool "discard policy"
|