]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ramips: EAP615-Wall v1: fix bootloop by reducing LZMA dictionary 19433/head
authorMarcin FM <marcin@ipv8.pl>
Wed, 16 Jul 2025 10:43:12 +0000 (12:43 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Jul 2025 21:56:32 +0000 (23:56 +0200)
commit28a88ff7e63bc9450a2b33eff48da9492d6e8670
tree2d79ab93596f9b4a811a3a874e4be1b658cde2f6
parentaea6d1bf5eb579614dcc12c3b2c7215b7cd985ac
ramips: EAP615-Wall v1: fix bootloop by reducing LZMA dictionary

Fix bootloop on TP-Link EAP615-Wall v1 by reducing LZMA dictionary
size. Before this patch and after an upgrade to kernel 6.12 this
device couldn't boot a kernel because of an error: "lzma compressed:
uncompress error 1".

I have chosen -d22 as dictionary size as suggested by @namiltd.
The usual sizes for problematic devices are -d16, -d20, -d22. I
have confirmed with my tests that this device can boot with a value
up to -d27, but there is no size benefit from values above -d21,
therefore -d22 is good enough.

See also: https://github.com/openwrt/openwrt/issues/19403

Signed-off-by: Marcin FM <marcin@ipv8.pl>
Link: https://github.com/openwrt/openwrt/pull/19433
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/image/mt7621.mk