diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2020-10-23 09:42:03 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-10-25 22:30:02 +0800 |
commit | 63ab77d0eb9c2ffc057772609a6e1eabcbd0095e (patch) | |
tree | b2e9e61f83aaa1edaeb96f8a7e75724080615bbc /target/linux | |
parent | 23be410b3d1267c752bf9f6e5c8f5a514dc562c4 (diff) | |
download | upstream-63ab77d0eb9c2ffc057772609a6e1eabcbd0095e.tar.gz upstream-63ab77d0eb9c2ffc057772609a6e1eabcbd0095e.tar.bz2 upstream-63ab77d0eb9c2ffc057772609a6e1eabcbd0095e.zip |
ramips: mt7621: use lzma-loader for U7621-06
The U7621-06 fails to boot if the kernel is large.
Enabling lzma-loader resolves the issue.
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 7a97f8aa73..8919d764b0 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1098,6 +1098,7 @@ TARGET_DEVICES += ubnt_unifi-nanohd define Device/unielec_u7621-06-16m $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := UniElec DEVICE_MODEL := U7621-06 @@ -1109,6 +1110,7 @@ TARGET_DEVICES += unielec_u7621-06-16m define Device/unielec_u7621-06-64m $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 65216k DEVICE_VENDOR := UniElec DEVICE_MODEL := U7621-06 |