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:15:54 +0200 |
commit | 31b1366bc63968e92d023ad28de6d0896b640c78 (patch) | |
tree | 718f15d1a91b0d5db21633991f550c736f678750 | |
parent | bf81a921715c12fa8e177aad3893ec915a630c01 (diff) | |
download | upstream-31b1366bc63968e92d023ad28de6d0896b640c78.tar.gz upstream-31b1366bc63968e92d023ad28de6d0896b640c78.tar.bz2 upstream-31b1366bc63968e92d023ad28de6d0896b640c78.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>
(cherry picked from commit c7b484f3647c58da2f86395228a9927290a6f6ed)
-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 c3e2291a9d..9c451c26bf 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -306,6 +306,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 |