summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-12-28 11:40:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-03 21:57:49 +0100
commit9fc21664e850f0999c4aa358235ab2b73f4bfb60 (patch)
treeb3e68a5ae6e44e50419efc490761025147ccb2d5 /fs/Config.in
parent1897a56a2baae64f40dc9b155443d13818ef726b (diff)
downloadbuildroot-9fc21664e850f0999c4aa358235ab2b73f4bfb60.tar.gz
buildroot-9fc21664e850f0999c4aa358235ab2b73f4bfb60.zip
fs/ubifs: spin-off ubi to be its own filesystem
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>
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in
index 51ccf28169..c25b01c3de 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -11,6 +11,7 @@ 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"
OpenPOWER on IntegriCloud