summaryrefslogtreecommitdiffstats
path: root/package/zip/Config.in.host
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2016-02-05 17:09:40 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-20 14:24:38 +0100
commitddb8ff9d95d71cee6fb965817d077409dd3056a6 (patch)
tree3eb95fa1e9036057957b5048f393a37ea69bcdef /package/zip/Config.in.host
parentc31487c6c69db8624300bf3c349ac2fc12d15590 (diff)
downloadbuildroot-ddb8ff9d95d71cee6fb965817d077409dd3056a6.tar.gz
buildroot-ddb8ff9d95d71cee6fb965817d077409dd3056a6.zip
package/zip: add host-zip
Make the host variant of zip available. This can be useful in post-{build,image} scripts. Signed-off-by: Martin Bark <martin@barkynet.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/zip/Config.in.host')
-rw-r--r--package/zip/Config.in.host10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/zip/Config.in.host b/package/zip/Config.in.host
new file mode 100644
index 0000000000..b14ce55dbd
--- /dev/null
+++ b/package/zip/Config.in.host
@@ -0,0 +1,10 @@
+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
OpenPOWER on IntegriCloud