summaryrefslogtreecommitdiffstats
path: root/target/ext2/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-11-04 20:15:56 +0100
committerBernhard Reutner-Fischer2006-11-04 20:15:56 +0100
commita44651de6e365e0352d103e9795bfa53dcef0dae (patch)
treef8530e34c7d9c928799da7f4ba3e206b447c84d2 /target/ext2/Config.in
parentfix use of BUILD_WITH_LARGEFILE to properly (diff)
downloadbuildroot-a44651de6e365e0352d103e9795bfa53dcef0dae.tar.gz
buildroot-a44651de6e365e0352d103e9795bfa53dcef0dae.tar.xz
buildroot-a44651de6e365e0352d103e9795bfa53dcef0dae.zip
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
Diffstat (limited to 'target/ext2/Config.in')
-rw-r--r--target/ext2/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/ext2/Config.in b/target/ext2/Config.in
index 7671caa81..7f15884ff 100644
--- a/target/ext2/Config.in
+++ b/target/ext2/Config.in
@@ -34,6 +34,13 @@ config BR2_TARGET_ROOTFS_EXT2_GZ
depends on BR2_TARGET_ROOTFS_EXT2
default n
+config BR2_TARGET_ROOTFS_EXT2_LZMA
+ bool "lzma the output file"
+ depends on BR2_TARGET_ROOTFS_EXT2
+ select BR2_PACKAGE_LZMA_HOST
+ default n
+
+
config BR2_TARGET_ROOTFS_EXT2_COPYTO
string "also copy the image to..."
depends on BR2_TARGET_ROOTFS_EXT2