projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b71a61
)
firmware-utils: raise the default trx image size limit for something more appropriate...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Sep 2009 13:55:02 +0000
(13:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Sep 2009 13:55:02 +0000
(13:55 +0000)
SVN-Revision: 17537
tools/firmware-utils/src/trx.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/trx.c
b/tools/firmware-utils/src/trx.c
index 5e5e77a492c077c669dbebd407e6701b21d41db0..b9830239a2a196d78a1d83db87e69cc3d045345b 100644
(file)
--- a/
tools/firmware-utils/src/trx.c
+++ b/
tools/firmware-utils/src/trx.c
@@
-60,7
+60,7
@@
uint32_t crc32buf(char *buf, size_t len);
#define TRX_MAGIC 0x30524448 /* "HDR0" */
#define TRX_VERSION 1
-#define TRX_MAX_LEN 0x
5A
0000
+#define TRX_MAX_LEN 0x
72
0000
#define TRX_NO_HEADER 1 /* Do not write TRX header */
struct trx_header {