summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-03-08 05:33:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-17 04:00:54 +0100
commit2d7388bc334ddb383ae275958d746c0622e515a3 (patch)
tree7ac1f78c268dd847fcac3116c1ae1d421050103e /target/config
parentd0ee6e2acec02180b8940269020f4034c805f83a (diff)
Implement UBIFS rootfs support
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.rootfs9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs
index c24535f01..335a4547f 100644
--- a/target/config/Config.in.rootfs
+++ b/target/config/Config.in.rootfs
@@ -87,6 +87,15 @@ config ADK_TARGET_ROOTFS_YAFFS
help
Root filesystem on NAND flash with YAFFS2.
+config ADK_TARGET_ROOTFS_UBIFS
+ bool "UBIFS root filesystem (NAND)"
+ select ADK_KERNEL_UBIFS_FS
+ select ADK_HOST_NEED_MTD_UTILS
+ select ADK_HOST_NEED_KERNEL2MINOR
+ depends on ADK_TARGET_WITH_NAND
+ help
+ Root filesystem on NAND flash with UBI.
+
config ADK_TARGET_ROOTFS_NFSROOT
bool "NFS root"
select ADK_KERNEL_NETWORK_FILESYSTEMS