2009-10-26 20:36:18 +01:00
|
|
|
config BR2_PACKAGE_LZMA
|
|
|
|
bool "lzma"
|
2009-03-05 15:17:55 +01:00
|
|
|
depends on BR2_GCC_CROSS_CXX
|
2006-08-29 18:40:38 +02:00
|
|
|
help
|
2009-10-26 20:36:18 +01:00
|
|
|
Lempel Ziv compression method (LZMA) is a compression
|
|
|
|
algorithm with high compression ratio.
|
2006-08-29 18:40:38 +02:00
|
|
|
|
|
|
|
http://tukaani.org/lzma/
|
|
|
|
|
2009-03-05 15:17:55 +01:00
|
|
|
comment "lzma requires a toolchain with C++ support"
|
|
|
|
depends on !BR2_GCC_CROSS_CXX
|