aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/dgfirmware.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: add GPL 2.0 SPDX to files with no license infoRafał Miłecki2021-08-061-0/+1
| | | | | | These files fall under the project license: GPL-2.0-only. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils/dgfirmare: fix possible resource leakAndrea Dalla Costa2020-01-141-0/+6
| | | | | | | | Add missing calls to `fclose` in functions `write_img`, `write_rootfs` and `write_kernel`. The not-closed files could lead to resource leaks. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
* firmware-utils: fix various compiler warningsJohn Crispin2015-12-111-0/+1
| | | | | | | | | mostly implicit defines due to missing includes plus one const that shouldn't be one. Signed-off-by: Felix Kaechele <felix@kaechele.ca> SVN-Revision: 47865
* move target/utils to tools/firmware-utilsFelix Fietkau2006-12-061-0/+376
SVN-Revision: 5702