From 398096efb0d1a8d3aa8785b8535d4f4a5ba1cff2 Mon Sep 17 00:00:00 2001 From: Seo Suchan Date: Thu, 18 Feb 2021 00:06:55 +0900 Subject: [PATCH] ramips: use lzma-loader for Wevo devices As kernel size increased it start to fail to load squishfs image, using lzma-loader fixed it. wevo_11acnas is almost same device as w2914ns-v2 except ram size, so I expect same thing would've happen in that device too. Signed-off-by: Seo Suchan Reviewed-by: Sungbo Eo --- target/linux/ramips/image/mt7621.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0075b54b35..28cb1d2877 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1155,6 +1155,7 @@ endef TARGET_DEVICES += wavlink_wl-wn531a6 define Device/wevo_11acnas + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k UIMAGE_NAME := 11AC-NAS-Router(0.0.0) DEVICE_VENDOR := WeVO @@ -1166,6 +1167,7 @@ endef TARGET_DEVICES += wevo_11acnas define Device/wevo_w2914ns-v2 + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k UIMAGE_NAME := W2914NS-V2(0.0.0) DEVICE_VENDOR := WeVO