aboutsummaryrefslogtreecommitdiff
path: root/tools/firmware-utils/src/hcsmakeimage.c
Commit message (Collapse)AuthorAge
* firmware-utils/hcsmakeimage: fix possible memory leak and resource leaksAndrea Dalla Costa2020-07-08
| | | | | | | 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-19
| | | | | | | | 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-06
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36873
* Revert r21806 there are no users of it yetFlorian Fainelli2010-06-14
| | | | SVN-Revision: 21808
* add hcsmakeimage, for cable modems/routers based on bcm33xxFlorian Fainelli2010-06-14
SVN-Revision: 21806