blob: 58000d97740a55ffb3af4bb1701c069349c20462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_COMPILE_LZO
bool
default n
depends BR2_PACKAGE_LIBLZO
config BR2_PACKAGE_LIBLZO
prompt "liblzo............................ Real-time data compression library"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_LZO
help
A real-time data compression library
http://www.oberhumer.com/opensource/lzo/
|