summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image-root-ubi.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/platforms/image-root-ubi.in b/platforms/image-root-ubi.in
new file mode 100644
index 000000000..46a6cd2c2
--- /dev/null
+++ b/platforms/image-root-ubi.in
@@ -0,0 +1,14 @@
+## SECTION=image2
+
+config IMAGE_ROOT_UBI
+ tristate
+ select HOST_GENIMAGE
+ select HOST_MTD_UTILS
+ select IMAGE_ROOT_UBIFS
+ prompt "Generate images/root.ubi"
+ help
+ Build ubi formated image(s) for the root file system and an
+ optional data partition. UBI is faster and robuster than JFFS2,
+ we recommend strongly the usage of UBI if you want a file
+ system for raw flash devices. The image(s) can be directly
+ written to e.g. an mtd partition on a raw flash devices.