1config BR2_PACKAGE_MINIZIP 2 bool "minizip" 3 depends on BR2_USE_WCHAR 4 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 5 help 6 Enables to extract files from a .zip archive file. 7 It is compatible with PKZip 2.04g, WinZip, InfoZip, 8 MimarSinan Codex Suite 2002 tools, and compatible sofware. 9 10 https://github.com/nmoinvaz/minizip 11 12config BR2_PACKAGE_MINIZIP_DEMOS 13 bool "minizip" 14 depends on BR2_PACKAGE_MINIZIP 15 help 16 Enable minizip binary tool. 17 18comment "minizip needs a toolchain w/ wchar" 19 depends on !BR2_USE_WCHAR 20