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
commit07c8a6dab5024c74a00ab6b8e314bd6479f6b823 (patch)
treeb0fe4fd4831b8116ed6a2a8f61f13d84719d883e /tools/mkimage/src/image.h
parent080f7b4b10ad7d2cc1aaabfe4da2cc49b7d9a81b (diff)
downloadupstream-07c8a6dab5024c74a00ab6b8e314bd6479f6b823.tar.gz
upstream-07c8a6dab5024c74a00ab6b8e314bd6479f6b823.tar.bz2
upstream-07c8a6dab5024c74a00ab6b8e314bd6479f6b823.zip
add lzma compression format to mkimage (will be used on infineon amazon)
SVN-Revision: 7718
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 */