diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-04 19:15:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-04 19:15:56 +0000 |
commit | a44651de6e365e0352d103e9795bfa53dcef0dae (patch) | |
tree | f8530e34c7d9c928799da7f4ba3e206b447c84d2 /target/ext2/Config.in | |
parent | 86d9fd0a37f45611b3f9b1ac429387c5e7ad0ac3 (diff) | |
download | buildroot-novena-a44651de6e365e0352d103e9795bfa53dcef0dae.tar.gz buildroot-novena-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.in | 7 |
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 |