ramips: use default lzma dictionary size for better performance
authorShiji Yang <yangshiji66@qq.com>
Thu, 1 Dec 2022 10:49:45 +0000 (18:49 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 7 Jan 2023 15:56:16 +0000 (16:56 +0100)
commit3dbaf89296322489e7dafa336d89d8348c3d90c0
tree2050308578ba473f539492ebff304c276bcc9447
parent2f847da79d1d0a7a8639ed91851c75cf08a02a4e
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>
target/linux/ramips/image/mt7621.mk