diff --git a/common/filetype.c b/common/filetype.c index a04fbdd..86e544a 100644 --- a/common/filetype.c +++ b/common/filetype.c @@ -51,6 +51,7 @@ [filetype_png] = { "PNG image", "png" }, [filetype_ext] = { "EXT filesystem", "ext" }, [filetype_gpt] = { "GUID Partition Table", "gpt" }, + [filetype_ubifs] = { "UBIFS image", "ubifs" }, [filetype_bpk] = { "Binary PacKage", "bpk" }, [filetype_barebox_env] = { "barebox environment file", "bbenv" }, [filetype_ch_image] = { "TI OMAP CH boot image", "ch-image" },