update gs v4 pattern so that the latest linksys firmware accepts it
[openwrt.git] / target / utils / src / trx.c
index 79a0402..6f9fa41 100644 (file)
@@ -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 {
This page took 0.024302 seconds and 4 git commands to generate.