|
@@ -119,6 +119,26 @@ config BR2_TARGET_ROOTFS_UBI_SUBSIZE
|
|
The value provided here is passed to the -s/--sub-page-size
|
|
The value provided here is passed to the -s/--sub-page-size
|
|
option of ubinize.
|
|
option of ubinize.
|
|
|
|
|
|
|
|
+config BR2_TARGET_ROOTFS_UBI_USE_CUSTOM_CONFIG
|
|
|
|
+ bool "Use custom config file"
|
|
|
|
+ help
|
|
|
|
+ Select this option to use a custom ubinize configuration file,
|
|
|
|
+ rather than the default configuration used by Buildroot (which
|
|
|
|
+ defines a single dynamic volume marked as auto-resize). Passing
|
|
|
|
+ a custom ubinize configuration file allows you to create several
|
|
|
|
+ volumes, specify volume types, etc.
|
|
|
|
+
|
|
|
|
+ As a convenience, buildroot replaces the string
|
|
|
|
+ "BR2_ROOTFS_UBIFS_PATH" with the path to the built ubifs file.
|
|
|
|
+ So the volume defined for the root filesystem can specify the
|
|
|
|
+ image path as: image=BR2_ROOTFS_UBIFS_PATH
|
|
|
|
+
|
|
|
|
+config BR2_TARGET_ROOTFS_UBI_CUSTOM_CONFIG_FILE
|
|
|
|
+ string "Configuration file path"
|
|
|
|
+ depends on BR2_TARGET_ROOTFS_UBI_USE_CUSTOM_CONFIG
|
|
|
|
+ help
|
|
|
|
+ Path to the ubinize configuration file.
|
|
|
|
+
|
|
config BR2_TARGET_ROOTFS_UBI_OPTS
|
|
config BR2_TARGET_ROOTFS_UBI_OPTS
|
|
string "Additional ubinize options"
|
|
string "Additional ubinize options"
|
|
help
|
|
help
|