summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2011-07-15 22:35:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-07-16 00:52:44 +0200
commit2e2bf6b952c86f4ee25c61876b80bd290e8389b9 (patch)
tree7e8796b45109bce06d58a00b83339e1bb2945356 /platforms
parent7ff91c1297636e853778a95ec1b1c0a162e826ab (diff)
downloadptxdist-2e2bf6b952c86f4ee25c61876b80bd290e8389b9.tar.gz
ptxdist-2e2bf6b952c86f4ee25c61876b80bd290e8389b9.tar.xz
Make it possible to create ext3 file system images
Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_ext2.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/platforms/image_ext2.in b/platforms/image_ext2.in
index b28c5e377..c26efd014 100644
--- a/platforms/image_ext2.in
+++ b/platforms/image_ext2.in
@@ -30,4 +30,12 @@ config IMAGE_EXT2_GZIP
help
FIXME: This item needs to be documented
+config IMAGE_EXT2_JOURNAL
+ bool
+ select HOST_E2FSPROGS
+ prompt "Add a journal to the ext2 file system image, making it ext3"
+ help
+ Enable this option if you want to mount the root file system as
+ ext3 image.
+
endif