summaryrefslogtreecommitdiff
path: root/openwrt/target/utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-06 10:38:52 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-06 10:38:52 +0000
commit6e3cdbe71356686830553f3ffc6f767753266b69 (patch)
tree72fcc85d04b9f2b789db1e49d6591955152662dc /openwrt/target/utils
parent612153020034ec212cbba8b8a28063ddf1a8226e (diff)
downloadmtk-20170518-6e3cdbe71356686830553f3ffc6f767753266b69.zip
mtk-20170518-6e3cdbe71356686830553f3ffc6f767753266b69.tar.gz
mtk-20170518-6e3cdbe71356686830553f3ffc6f767753266b69.tar.bz2
allow bigger firmware, for customized firmware images
SVN-Revision: 1359
Diffstat (limited to 'openwrt/target/utils')
-rw-r--r--openwrt/target/utils/src/trx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/utils/src/trx.c b/openwrt/target/utils/src/trx.c
index 79a0402..6f9fa41 100644
--- a/openwrt/target/utils/src/trx.c
+++ b/openwrt/target/utils/src/trx.c
@@ -62,7 +62,7 @@ uint32_t crc32buf(char *buf, size_t len);
#define TRX_MAGIC 0x30524448 /* "HDR0" */
#define TRX_VERSION 1
-#define TRX_MAX_LEN 0x3A0000
+#define TRX_MAX_LEN 0x5A0000
#define TRX_NO_HEADER 1 /* Do not write TRX header */
struct trx_header {