aboutsummaryrefslogtreecommitdiff
path: root/utils/infozip
Commit message (Collapse)AuthorAge
* infozip: remove package (earlier name: zip)Hannu Nyman2020-02-23
| | | | | | | | | | | | | | | | | | | | Infozip (earlier name "zip") has 12 year old source code that would require work to make the binary actually work. > root@router1:/# zip > zip error: Not supported (uzoff_t not same size as zoff_t) The package was rename from zip to infozip a few weeks ago due to buildbot's relutance to compile zip in master and 19.07 ever since host zip was added as a build tool. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877 But as the binary does not work, lets remove the package to avoid confusion for the end-users. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* zip: rename package to infozip to avoid name collision with toolsHannu Nyman2020-02-01
Rename "zip" to "infozip" to avoid name collision, as the same zip package has been introduces to the build tools as zip. Buildbot does not like that. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>