aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/hcsmakeimage.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils/hcsmakeimage: fix possible memory leak and resource leaksAndrea Dalla Costa2020-07-081-0/+4
| | | | | | | Add missing calls to `free` for variable `filebuffer`. Add missing calls to `fclose` for variables `fd` and `fd_out`. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
* firmware-utils: honor env SOURCE_DATE_EPOCHAlexander Couzens2017-06-191-4/+26
| | | | | | | | Use the timestamp from the enviroment SOURCE_DATE_EPOCH if set instead of the build time. Fixes reproducible builds for certain firmware images. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools: add Broadcom cable modem firmware image creatorFlorian Fainelli2013-06-061-0/+181
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36873
* Revert r21806 there are no users of it yetFlorian Fainelli2010-06-141-181/+0
| | | | SVN-Revision: 21808
* add hcsmakeimage, for cable modems/routers based on bcm33xxFlorian Fainelli2010-06-141-0/+181
SVN-Revision: 21806