tools: add Yafut to enable creating Yaffs filesystem images
authorMichał Kępień <openwrt@kempniu.pl>
Mon, 13 May 2024 17:26:15 +0000 (19:26 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 5 Jun 2024 15:03:24 +0000 (17:03 +0200)
commit7e2a3af8c4cae2ba4d770db2f7a3e068815d163f
tree59090ba3cf44b41bcdf2bc8acdc09ecb3e55b33b
parent683a35098ff603e073acf13e124bfc0708852c51
tools: add Yafut to enable creating Yaffs filesystem images

The Yafut tool has so far been used to update the kernel on devices with
NAND flash via MTD character devices.  Recent upstream updates extended
the tool with limited support for working with filesystem images stored
in regular files.  This enables Yafut to be used for preparing a Yaffs
filesystem image for a device with NOR flash on a build host and
subsequently flashing it to the target device without using Yafut
itself.

Add Yafut to tools/ so that it can be compiled and run on the host
building OpenWRT.

Signed-off-by: Michał Kępień <openwrt@kempniu.pl>
Link: https://github.com/openwrt/openwrt/pull/13453
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/yafut/Makefile [new file with mode: 0644]