add lzma compression format to mkimage (will be used on infineon amazon)
[openwrt.git] / tools / mkimage / src / mkimage.c
index f3796ac..6ba400a 100644 (file)
@@ -142,6 +142,7 @@ table_entry_t comp_name[] = {
     {  IH_COMP_NONE,   "none",         "uncompressed",         },
     {  IH_COMP_BZIP2,  "bzip2",        "bzip2 compressed",     },
     {  IH_COMP_GZIP,   "gzip",         "gzip compressed",      },
+    {  IH_COMP_LZMA,   "lzma",         "lzma compressed",      },
     {  -1,             "",             "",                     },
 };