mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +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>
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
menu "Filesystem images"
|
|
|
|
source "fs/axfs/Config.in"
|
|
source "fs/cloop/Config.in"
|
|
source "fs/cpio/Config.in"
|
|
source "fs/cramfs/Config.in"
|
|
source "fs/ext2/Config.in"
|
|
source "fs/initramfs/Config.in"
|
|
source "fs/iso9660/Config.in"
|
|
source "fs/jffs2/Config.in"
|
|
source "fs/romfs/Config.in"
|
|
source "fs/squashfs/Config.in"
|
|
source "fs/tar/Config.in"
|
|
source "fs/ubi/Config.in"
|
|
source "fs/ubifs/Config.in"
|
|
source "fs/yaffs2/Config.in"
|
|
|
|
endmenu
|