From: Shiji Yang Date: Thu, 1 Dec 2022 10:49:45 +0000 (+0800) Subject: ramips: use default lzma dictionary size for better performance X-Git-Tag: v23.05.0-rc1~1352 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3dbaf89296322489e7dafa336d89d8348c3d90c0;hp=3dbaf89296322489e7dafa336d89d8348c3d90c0 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 ---