aboutsummaryrefslogtreecommitdiffstats
path: root/tools/zip/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools: assign PKG_CPE_IDAlexander Couzens2023-09-271-0/+1
| | | | | | | | | The PKG_CPE_ID links to NIST CPE version 2.2. Assign PKG_CPE_ID to all remaining tools which have a CPE ID. Not every tool has CPE id. Related: https://github.com/openwrt/packages/issues/8534 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools: add Host/Uninstall where possibleRosen Penev2022-10-201-1/+4
| | | | | | This cleans staging_dir when calling tool/x/clean. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools: add zip utilityMathias Kresin2019-01-151-0/+36
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>