summaryrefslogtreecommitdiff
path: root/ubi.c
Commit message (Collapse)AuthorAgeFilesLines
* ubi: fix resource leak in legacy codepathDaniel Golle2021-08-141-0/+12
| | | | | | | | | | | I'm not even sure we are even using this 'ubi' tool anywhere. Fix the resource leak reported by Coverity anyway. Coverity CID: 1330289 Resource leak Coverity CID: 1330290 Resource leak Coverity CID: 1330291 Resource leak Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ubi: convert to ulog() apiJo-Philipp Wich2015-02-251-19/+21
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* add ubi detach support, fix handling for kernel/rootfs ubi partitionsFelix Fietkau2014-05-191-42/+91
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org>
* cosmeticsdaniel2014-05-131-4/+4
| | | | | fix and copy&paste mistake in an error message images to flash to volumes are of type ubifs rather than ubi
* add ubi flashing toolJohn Crispin2014-04-031-0/+274
Signed-off-by: John Crispin <blogic@openwrt.org>