mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Currently, the ubifs-in-ubi-image ("UBI image" thereafter) filesystem
is half an option of the ubifs filesystem, half a filesystem on its
own: the config options are options of the ubifs filesystem, but the
.mk code is in a separate .mk and registers a real filesystem.
Make it a full filesystem on its own, in its own directory tree.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
124 B
INI
9 lines
124 B
INI
[ubifs]
|
|
mode=ubi
|
|
vol_id=0
|
|
vol_type=dynamic
|
|
vol_name=rootfs
|
|
vol_alignment=1
|
|
vol_flags=autoresize
|
|
image=BR2_ROOTFS_UBIFS_PATH
|