1config BR2_PACKAGE_ZZIPLIB 2 bool "zziplib" 3 select BR2_PACKAGE_ZLIB 4 help 5 The zziplib provides read access to zipped files in a 6 zip-archive, using compression based solely on free algorithms 7 provided by zlib. It also provides a functionality to overlay 8 the archive filesystem with the filesystem of the operating 9 system environment. 10 11 http://zziplib.sourceforge.net 12