ramips: mt7621: use lzma-loader for Sercomm NA502
This fixes a well known "LZMA ERROR 1" error on Sercomm NA502, reported on the OpenWrt forum. [1] [1]: https://forum.openwrt.org/t/176942 Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com> (cherry picked from commit d41b8a570f209c352571f209c2c8f2b52b8d27af)
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							9a7b14dcfe
						
					
				
				
					commit
					f6fb6bb2ba
				
			@@ -1973,6 +1973,7 @@ TARGET_DEVICES += samknows_whitebox-v8
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
define Device/sercomm_na502
 | 
					define Device/sercomm_na502
 | 
				
			||||||
  $(Device/nand)
 | 
					  $(Device/nand)
 | 
				
			||||||
 | 
					  $(Device/uimage-lzma-loader)
 | 
				
			||||||
  IMAGE_SIZE := 20480k
 | 
					  IMAGE_SIZE := 20480k
 | 
				
			||||||
  DEVICE_VENDOR := SERCOMM
 | 
					  DEVICE_VENDOR := SERCOMM
 | 
				
			||||||
  DEVICE_MODEL := NA502
 | 
					  DEVICE_MODEL := NA502
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user