mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-11 21:31:54 +00:00
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. 09b6755946409d8fd8 "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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user