16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
menuconfig BR2_PACKAGE_LZOP
|
|
bool "lzop"
|
|
select BR2_PACKAGE_LZO
|
|
help
|
|
lzop is a file compressor which is very similar to gzip.
|
|
lzop uses the LZO data compression library for compression
|
|
services.
|
|
|
|
http://www.lzop.org/
|
|
|
|
if BR2_PACKAGE_LZOP
|
|
config BR2_PACKAGE_LZOP_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|