ramips: use default lzma dictionary size for better performance
limit dictionary size patch was introduced to solve the well known
"LZMA ERROR 1 - must RESET board to recover" error.
09b6755946 "ramips: limit dictionary size for lzma compression"
It seems that it has failed recently and we can use lzma loader to fix
this error by adding "$(Device/uimage-lzma-loader)". So just remove it
to use the default parameter -d24 for a higher compression ratio.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
			
			
This commit is contained in:
		 Shiji Yang
					Shiji Yang
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							2f847da79d
						
					
				
				
					commit
					3dbaf89296
				
			| @@ -7,7 +7,6 @@ include ./common-tp-link.mk | ||||
|  | ||||
| DEFAULT_SOC := mt7621 | ||||
|  | ||||
| KERNEL_DTB += -d21 | ||||
| DEVICE_VARS += ELECOM_HWNAME LINKSYS_HWNAME | ||||
|  | ||||
| ifdef CONFIG_LINUX_5_10 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user