summaryrefslogtreecommitdiffstats
path: root/openwrt/target/utils/src
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-06 10:38:52 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-06 10:38:52 +0000
commit759c25721930853e189c8902e47daa4fecc4330f (patch)
tree72fcc85d04b9f2b789db1e49d6591955152662dc /openwrt/target/utils/src
parentfbf4448d40762aaaac81fffca51286406343b4b9 (diff)
allow bigger firmware, for customized firmware images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/utils/src')
-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 79a04026e..6f9fa4168 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 {