Commit ddb8ff9d authored by Martin Bark's avatar Martin Bark Committed by Thomas Petazzoni
Browse files

package/zip: add host-zip



Make the host variant of zip available.  This can be useful in
post-{build,image} scripts.

Signed-off-by: default avatarMartin Bark <martin@barkynet.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c31487c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@ menu "Host utilities"
	source "package/uboot-tools/Config.in.host"
	source "package/util-linux/Config.in.host"
	source "package/vboot-utils/Config.in.host"
	source "package/zip/Config.in.host"

endmenu
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HOST_ZIP
	bool "host 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