mkh3cimg: add image tool for H3C devices
authorJan Hoffmann <jan@3e8.eu>
Wed, 27 Jul 2022 19:31:43 +0000 (21:31 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 28 Jul 2022 14:40:20 +0000 (16:40 +0200)
commit4f8d03da0be8601ea4708354330e0974aa9991bb
tree887ceaf41868e6ac65a6d0f9df7a9927064992a6
parent340f096926e2e787e55e1337f9f91733cb35e6ab
mkh3cimg: add image tool for H3C devices

Firmware images for these devices can contain multiple files, such as
application files or bootloader images. This tool only creates images
with a single application file. In the case of OpenWrt, this is going
to contain the kernel image.

Compressed files are supported by the image format, in this case the
supplied input file needs to be a 7z archive with LZMA compression.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
CMakeLists.txt
src/mkh3cimg.c [new file with mode: 0644]