blob: 76c95afa726371fce02298ac75ae3f87f396343a (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LZMA_TARGET
bool "Install lzma for the target system"
depends on BR2_GCC_CROSS_CXX
help
lzma utils on the target
http://tukaani.org/lzma/
comment "lzma requires a toolchain with C++ support"
depends on !BR2_GCC_CROSS_CXX
|