mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-06 17:51:56 +02:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
config BR2_PACKAGE_LIBLZO
|
|
tristate "liblzo - Real-time data compression library"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
A real-time data compression library
|
|
|
|
http://www.oberhumer.com/opensource/lzo/
|
|
|
|
|
|
config BR2_PACKAGE_LZO
|
|
tristate
|
|
default BR2_PACKAGE_LIBLZO
|