mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: enable LZMA loader for ZIO FREEZIO
Fix the kernel LZMA decompression error issue. Fixes: https://github.com/openwrt/openwrt/issues/11815 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20509 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
acdf8a6291
commit
583e401abb
1 changed files with 1 additions and 0 deletions
|
|
@ -3691,6 +3691,7 @@ TARGET_DEVICES += zbtlink_zbt-wg3526-32m
|
|||
|
||||
define Device/zio_freezio
|
||||
$(Device/dsa-migration)
|
||||
$(Device/uimage-lzma-loader)
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := ZIO
|
||||
DEVICE_MODEL := FREEZIO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue