aboutsummaryrefslogtreecommitdiff
path: root/package/boot/uboot-oxnas/src/tools/mkox820crc.c
Commit message (Collapse)AuthorAge
* oxnas: drop targetNick Hainke2024-04-24
| | | | | | | | | The Upstream Linux community has discontinued support for the target. Maintaining support for it downstream would require too much effort. Moreover, it seems that the supported hardware is no longer deemed worthy of it. Signed-off-by: Nick Hainke <vincent@systemli.org>
* uboot-oxnas: fix memory leak in tool mkox820crcAndrea Dalla Costa2020-01-15
| | | | | | | | In function `main` add calls to `free` for the variable `executable`. This is needed because the variable `executable` is allocated but never freed. This cause a memory leak. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
* uboot-oxnas: switch to u-boot.mkFelix Fietkau2017-01-24
Signed-off-by: Felix Fietkau <nbd@nbd.name>