aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/src/image.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-24 04:59:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-24 04:59:27 +0000
commit1182123b58f02806b4ac533a761f36ffc58cc1d0 (patch)
tree48f7de1822bd0c903264275bc6c3c1f6df845c0a /tools/mkimage/src/image.h
parentf6e9687d5df5c3d8340c3ce4df76c52f4ddeac54 (diff)
downloadupstream-1182123b58f02806b4ac533a761f36ffc58cc1d0.tar.gz
upstream-1182123b58f02806b4ac533a761f36ffc58cc1d0.tar.bz2
upstream-1182123b58f02806b4ac533a761f36ffc58cc1d0.zip
add lzma compression format to mkimage (will be used on infineon amazon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/src/image.h')
-rw-r--r--tools/mkimage/src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage/src/image.h b/tools/mkimage/src/image.h
index 2f575fd2d7..cb62cde5b3 100644
--- a/tools/mkimage/src/image.h
+++ b/tools/mkimage/src/image.h
@@ -133,6 +133,7 @@
#define IH_COMP_NONE 0 /* No Compression Used */
#define IH_COMP_GZIP 1 /* gzip Compression Used */
#define IH_COMP_BZIP2 2 /* bzip2 Compression Used */
+#define IH_COMP_LZMA 3 /* lzma Compression Used */
#define IH_MAGIC 0x27051956 /* Image Magic Number */
#define IH_NMLEN 32 /* Image Name Length */