aboutsummaryrefslogtreecommitdiff
path: root/tools/firmware-utils/src/mkchkimg.c
Commit message (Collapse)AuthorAge
* mkchkimg: use higher version codeJoseph C. Lehner2020-06-09
| | | | | | | | | | | This patch changes the version code of the image header from `1.1.99_0.0.0.0` to `99.99.99_99.99.99.99`. This is neccessary on some devices where the stock firmware checks the version field, possibly preventing third-party firmware from being installed. Reviewed-by: Thibaut VARĂˆNE <hacks@slashdirt.org> Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>
* firmware-utils/mkchkimg: fix possible resource leaksAndrea Dalla Costa2020-01-14
| | | | | | | | Add missing `fclose` calls for file pointers `kern_fp`, `fs_fp` and `out_fp`. Not closing files could lead to resource leaks. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
* tools/firmware-utils: document reserved fields in mkchkimgThibaut VARENE2017-08-03
| | | | Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
* brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2Hauke Mehrtens2010-08-06
Thank you realopty for the patch. tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/ This closes #7702. SVN-Revision: 22516