blob: a977b32f49508495576b6180e5c41f5b0e1c78e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_LZMA
bool "lzma"
default n
help
Compression utility.
http://tukaani.org/lzma/
config BR2_PACKAGE_LZMA_TARGET_HEADERS
bool "lzma headers in target"
default n
depends on BR2_PACKAGE_LZMA
help
Put headers files in the target.
|