projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c053c3e
)
allow bigger firmware, for customized firmware images
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Jul 2005 10:38:52 +0000
(10:38 +0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Jul 2005 10:38:52 +0000
(10:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1359
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/utils/src/trx.c
patch
|
blob
|
history
diff --git
a/target/utils/src/trx.c
b/target/utils/src/trx.c
index
79a0402
..
6f9fa41
100644
(file)
--- a/
target/utils/src/trx.c
+++ b/
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_MAGIC 0x30524448 /* "HDR0" */
#define TRX_VERSION 1
-#define TRX_MAX_LEN 0x
3
A0000
+#define TRX_MAX_LEN 0x
5
A0000
#define TRX_NO_HEADER 1 /* Do not write TRX header */
struct trx_header {
#define TRX_NO_HEADER 1 /* Do not write TRX header */
struct trx_header {
This page took
0.025656 seconds
and
4
git commands to generate.