mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	firmware-utils: raise the default trx image size limit for something more appropriate for devices with 8M flash
SVN-Revision: 17537
This commit is contained in:
		
							parent
							
								
									2b71a6167f
								
							
						
					
					
						commit
						f32f0814b1
					
				@ -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	0x5A0000
 | 
			
		||||
#define TRX_MAX_LEN	0x720000
 | 
			
		||||
#define TRX_NO_HEADER	1		/* Do not write TRX header */	
 | 
			
		||||
 | 
			
		||||
struct trx_header {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user