[PATCH 0/3] libubi / mkfs.ubifs #2
Corentin Chary
corentincj at iksaif.net
Sat May 9 05:41:05 EDT 2009
These patchs will allow mkfs.ubifs to write the image directly
on an UBI volume. This time libubi is used. I couldn't manage to
make the Makefile works correctly, even with Mike trick for dependencies.
Mike, could you help me on that ?
You can still make it compile with "cd ubi-utils; make; cd ../mkfs.ubifs; make"
Thanks
Corentin Chary (3):
libubi: add ubi_is_mapped() function
libubi: fix multiple memory corruptions
mkfs.ubifs: use libubi to format UBI volume
mkfs.ubifs/Makefile | 5 +-
mkfs.ubifs/lpt.c | 10 +-
mkfs.ubifs/mkfs.ubifs.c | 187 ++++++++++++++++++++++++++++++++++++--------
mkfs.ubifs/mkfs.ubifs.h | 4 +-
mkfs.ubifs/ubifs.h | 3 +
ubi-utils/include/libubi.h | 17 ++++
ubi-utils/src/libubi.c | 13 +++-
7 files changed, 196 insertions(+), 43 deletions(-)
More information about the linux-mtd
mailing list