f0c9470451
We currently have a package named "infozip" for Info-Zip's Zip. With the upcoming addition of a package the Info-Zip's UnZip the name is becoming ambiguous. Rename it to the more specific name "zip". Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Romain Naour <romain.naour@openwide.fr> Cc: Jan Pedersen <jp@jp-embedded.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
config BR2_PACKAGE_ZIP
|
|
bool "zip"
|
|
help
|
|
Zip is a compression and file packaging/archive utility.
|
|
Although highly compatible both with PKWARE's PKZIP and
|
|
PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip,
|
|
our primary objectives have been portability and
|
|
other-than-MSDOS functionality.
|
|
|
|
http://infozip.sourceforge.net/Zip.html
|