mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	- remove the kernel+rootfs partitions from the MTD partition map, - use a temporary directory for intermediate image files, - append the root squashfs directly to the kernel, - don't hardcode uImage size in the jffs2 images, Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38194
		
			
				
	
	
		
			12 lines
		
	
	
		
			319 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			319 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/arch/avr32/boards/atngw100/flash.c
 | |
| +++ b/arch/avr32/boards/atngw100/flash.c
 | |
| @@ -45,7 +45,7 @@ static struct mtd_partition flash_parts[
 | |
|  		.mask_flags     = MTD_WRITEABLE,
 | |
|  	},
 | |
|  	{
 | |
| -		.name           = "root",
 | |
| +		.name           = "firmware",
 | |
|  		.offset         = 0x00020000,
 | |
|  		.size           = 0x007d0000,
 | |
|  	},
 |