xref: /OK3568_Linux_fs/buildroot/package/lzlib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LZLIB
2	bool "lzlib"
3	depends on BR2_PACKAGE_LUA
4	select BR2_PACKAGE_ZLIB
5	help
6	  This package provides a library to access zlib library
7	  functions and also to read/write gzip files using an
8	  interface similar to the base io package.
9
10	  https://github.com/LuaDist/lzlib
11