diff options
author | Szabolcs Hubai <szab.hu@gmail.com> | 2022-09-28 02:55:01 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-12 18:15:55 +0100 |
commit | 18801f26485e3a0dcb79dc9f9b174aed5821b758 (patch) | |
tree | 0c384500a79e5ac0e825341ff99ae3ac445e6731 /target/linux | |
parent | c293b492dfa114b67e90d5434edfeba17ba29980 (diff) | |
download | upstream-18801f26485e3a0dcb79dc9f9b174aed5821b758.tar.gz upstream-18801f26485e3a0dcb79dc9f9b174aed5821b758.tar.bz2 upstream-18801f26485e3a0dcb79dc9f9b174aed5821b758.zip |
ramips: mt7621: use seama-lzma-loader for D-Link DIR-860L B1
Fix the LZMA ERROR 1 with a single line of recipe instead of duplicating
"uimage-lzma-loader".
While reviewing my original submission of commit ce1957100411 David
suggested to use $(Device/uimage-lzma-loader), but due to the specific
needs of the vendor bootloader that simple oneliner didn't work.
The new $(Device/seama-lzma-loader) is for those SEAMA capable
bootloaders.
Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index cf1813f79c..2e7d0689be 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -551,11 +551,8 @@ TARGET_DEVICES += dlink_dir-853-r1 define Device/dlink_dir-860l-b1 $(Device/dsa-migration) - $(Device/seama) + $(Device/seama-lzma-loader) SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb - LOADER_TYPE := bin - KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | relocate-kernel | \ - lzma -a0 | uImage lzma IMAGE_SIZE := 16064k DEVICE_VENDOR := D-Link DEVICE_MODEL := DIR-860L |