From a44651de6e365e0352d103e9795bfa53dcef0dae Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 4 Nov 2006 19:15:56 +0000 Subject: - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. --- target/ext2/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/ext2/Config.in') 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 -- cgit v1.2.3