firmware: add tool for signing d-link ru router factory firmware images
authorAndrew Pikler <andrew.pikler@gmail.com>
Mon, 5 Oct 2020 14:13:38 +0000 (17:13 +0300)
committerPetr Štetiar <ynezz@true.cz>
Tue, 22 Dec 2020 18:11:50 +0000 (19:11 +0100)
commit2b52b3df6fd21f21e397b74b49544436f711ce30
tree169eaf47ce3a39e3fa31c7f3597006b0789039f4
parentceb8c67ac56a12053a05d7e5de7057b8de2f410c
firmware: add tool for signing d-link ru router factory firmware images

Some Russian d-link routers require that their firmware be signed with a
salted md5 checksum followed by the bytes 0x00 0xc0 0xff 0xee. This tool
signs factory images the OEM's firmware accepts them.

Signed-off-by: Andrew Pikler <andrew.pikler@gmail.com>
Makefile
src/sign_dlink_ru.c [new file with mode: 0644]