mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
config 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/
|