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)
commit40437b18f41918d7bbbb7da986b8842bf82f9ff0
tree424b8648d97a5be705bc7902e89b5534aa8916ee
parent8ec997d0063bbc1ac41d1025f4c94ae6337899fa
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>
target/linux/ramips/image/Makefile
tools/firmware-utils/Makefile
tools/firmware-utils/src/sign_dlink_ru.c [new file with mode: 0644]