summaryrefslogtreecommitdiffstats
path: root/target/ubifs/Config.in
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-04-08 04:28:18 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-04-08 04:28:18 +0000
commit4b4524e18a2e41713253d06aff719a68a4aec9e4 (patch)
treeaa991d02b9a2d9b5b3b38f19ede0031e9047cc1c /target/ubifs/Config.in
parentf9bd1cbd32d2084c76671d138ace8888d1e5da1e (diff)
downloadbuildroot-novena-4b4524e18a2e41713253d06aff719a68a4aec9e4.tar.gz
buildroot-novena-4b4524e18a2e41713253d06aff719a68a4aec9e4.zip
Fix UBI compression options
Diffstat (limited to 'target/ubifs/Config.in')
-rw-r--r--target/ubifs/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/ubifs/Config.in b/target/ubifs/Config.in
index 903753940..bd8ecc342 100644
--- a/target/ubifs/Config.in
+++ b/target/ubifs/Config.in
@@ -36,25 +36,25 @@ config BR2_TARGET_ROOTFS_UBIFS_OUTPUT
choice
prompt "ubifs runtime compression"
- default BR2_TARGET_ROOTFS_UBIFS_LZO
+ default BR2_TARGET_ROOTFS_UBIFS_RT_LZO
depends on BR2_TARGET_ROOTFS_UBIFS
help
- Select compressor for ubifs filesystem of the root filesystem
+ Select which compression format to use at run-time within the ubifs file system.
-config BR2_TARGET_ROOTFS_UBIFS_NONE
+config BR2_TARGET_ROOTFS_UBIFS_RT_NONE
bool "no compression"
help
- Do not compress the ubifs filesystem.
+ Don't use run-time compression.
-config BR2_TARGET_ROOTFS_UBIFS_ZLIB
+config BR2_TARGET_ROOTFS_UBIFS_RT_ZLIB
bool "gzip"
help
- Compress the ubifs filesystem with zlib.
+ Use zlib compression at run-time.
-config BR2_TARGET_ROOTFS_UBIFS_LZO
+config BR2_TARGET_ROOTFS_UBIFS_RT_LZO
bool "lzo"
help
- Compress the ext2 filesystem with lzo.
+ Use lzo compression at run-time.
endchoice
@@ -63,7 +63,7 @@ choice
default BR2_TARGET_ROOTFS_UBIFS_NONE
depends on BR2_TARGET_ROOTFS_UBIFS
help
- Select compressor for ubifs filesystem of the root filesystem
+ Select which compression format to compress the final image into.
config BR2_TARGET_ROOTFS_UBIFS_NONE
bool "no compression"