Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | yafut: update to a version that builds on macOS | Michał Kępień | 2025-02-19 |
| | | | | | | | | | | The latest upstream version of Yafut builds on macOS and other POSIX-compatible systems. Drop the custom OpenWRT patch applying non-Linux compatibility fixes to the tool's source code. Signed-off-by: Michał Kępień <openwrt@kempniu.pl> Link: https://github.com/openwrt/openwrt/pull/18014 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> | ||
* | tools: add Yafut to enable creating Yaffs filesystem images | Michał Kępień | 2024-06-05 |
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> |