ramips: fix AR670W partition alignment
mtdsplit_lzma requires that the rootfs be aligned to a block boundary. Pad the kernel partition to make this so. Signed-off-by: Claudio Leite <leitec@gmail.com>
This commit is contained in:
		 Claudio Leite
					Claudio Leite
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							86bd886697
						
					
				
				
					commit
					4e2c2b51f5
				
			| @@ -14,7 +14,7 @@ define Device/ar670w | ||||
|   BLOCKSIZE := 64k | ||||
|   DEVICE_TITLE := Airlink AR670W | ||||
|   IMAGE_SIZE := $(ralink_default_fw_size_4M) | ||||
|   KERNEL := $(KERNEL_DTB) | ||||
|   KERNEL := $(KERNEL_DTB) | pad-to $$(BLOCKSIZE) | ||||
|   IMAGES += factory.bin | ||||
|   IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ | ||||
| 	wrg-header wrgn16a_airlink_ar670w | ||||
|   | ||||
		Reference in New Issue
	
	Block a user