diff options
author | Haoan Li <lihaoan1001@163.com> | 2023-04-06 02:42:15 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-23 14:12:11 +0200 |
commit | c7b484f3647c58da2f86395228a9927290a6f6ed (patch) | |
tree | 4e70768a0a50be9d39853c155a10f846f7ed8f36 /target | |
parent | 3132eff0007f20d5f9d8d7f40214962c2b4942d5 (diff) | |
download | upstream-c7b484f3647c58da2f86395228a9927290a6f6ed.tar.gz upstream-c7b484f3647c58da2f86395228a9927290a6f6ed.tar.bz2 upstream-c7b484f3647c58da2f86395228a9927290a6f6ed.zip |
ramips: fix lzma-loader for buffalo_WSR_600DHP
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Fixes: #11919
Signed-off-by: Haoan Li <lihaoan1001@163.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 066602dafd..d46d84e6ce 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -457,6 +457,7 @@ TARGET_DEVICES += buffalo_wsr-2533dhpl define Device/buffalo_wsr-600dhp $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := Buffalo DEVICE_MODEL := WSR-600DHP |