diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-05 20:51:00 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-15 19:11:53 +0100 |
commit | ad8c2d6099a7da5192ee6e2c52a8303642271877 (patch) | |
tree | 29b3bc72d1e7448bc41636af088419eda1055339 /tools/Makefile | |
parent | 4029788ff36a05a8731183269b675624269da84e (diff) | |
download | upstream-ad8c2d6099a7da5192ee6e2c52a8303642271877.tar.gz upstream-ad8c2d6099a7da5192ee6e2c52a8303642271877.tar.bz2 upstream-ad8c2d6099a7da5192ee6e2c52a8303642271877.zip |
tools: add zip utility
One image requires a zip compressed image, so add the zip util found in
the packages feed, and extend it with some useful debian patches.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 9a354f6c70..294f6fe07f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -33,7 +33,7 @@ tools-$(CONFIG_TARGET_mxs) += elftosb sdimage tools-$(CONFIG_TARGET_ar71xx) += lzma-old tools-$(CONFIG_TARGET_ar71xx)$(CONFIG_TARGET_ath79) += squashfs tools-$(CONFIG_USES_MINOR) += kernel2minor -tools-y += lzma squashfs4 +tools-y += lzma squashfs4 zip tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_ISL) += isl tools-$(CONFIG_USE_SPARSE) += sparse |