aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-oxnas/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* uboot-oxnas: fix memory leak in tool mkox820crcAndrea Dalla Costa2020-01-151-0/+3
| | | | | | | | 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-241-0/+123
Signed-off-by: Felix Fietkau <nbd@nbd.name>