blob: d2b4818675912b6b7cd651e941f5343c466da2da (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LZLIB
bool "lzlib"
select BR2_PACKAGE_ZLIB
depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
help
This package provides a library to access zlib library
functions and also to read/write gzip files using an
interface similar to the base io package.
http://luaforge.net/projects/lzlib/
|