build: add mkqdimg
authorCoia Prant <[email protected]>
Sun, 5 Jan 2025 09:16:54 +0000 (17:16 +0800)
committerHauke Mehrtens <[email protected]>
Sat, 2 Aug 2025 22:54:46 +0000 (00:54 +0200)
commit3346d7711c9aac561beefa2879db9e0b071ccdca
treebb0e8227a0e19096f2c66a3e6c84c43dc2b15873
parentf29de74ecd7d952ee1f9a20577fec9f37c0d6f4a
build: add mkqdimg

The mkqdimg is used for Qding QC202 device.

This tool is a reverse engineering of /lib/upgrade/platform.sh
and deqdimg programs that come with the original firmware.

It has been tested on Qding QC202 U-Boot WebUI.

The mkqdimg is also compatible with other qding devices.

Signed-off-by: Coia Prant <[email protected]>
Tested-by: Coia Prant <[email protected]>
Link: https://github.com/openwrt/firmware-utils/pull/38
[style fixes and init some vars]
Signed-off-by: Hauke Mehrtens <[email protected]>
CMakeLists.txt
src/mkqdimg.c [new file with mode: 0644]