diff options
author | Rustam Gaptulin <rascal6@gmail.com> | 2020-08-23 15:02:48 +0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-24 00:18:43 +0200 |
commit | b2f19d3ef707c60c46a75a1fe2c38365474a5921 (patch) | |
tree | 29395fbe37bd7a6aeef0588ded6b2b8f67482c15 /target/linux/ramips/image/mt7621.mk | |
parent | f75c70aecaca0d296207ad15e11cf1363b6bdcaf (diff) | |
download | upstream-b2f19d3ef707c60c46a75a1fe2c38365474a5921.tar.gz upstream-b2f19d3ef707c60c46a75a1fe2c38365474a5921.tar.bz2 upstream-b2f19d3ef707c60c46a75a1fe2c38365474a5921.zip |
ramips: mt7621: use lzma-loader for ZBT-WG3526
The wg3526 fails to boot if the kernel is large.
Enabling lzma-loader resolves the issue on both the wg3526-16m
and wg3526-32m.
Fixes: FS#3143
Signed-off-by: Rustam Gaptulin <rascal6@gmail.com>
[commit message facelift]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-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 9e481af98f..896a27324b 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1286,6 +1286,7 @@ TARGET_DEVICES += zbtlink_zbt-wg2626 define Device/zbtlink_zbt-wg3526-16m $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG3526 @@ -1298,6 +1299,7 @@ TARGET_DEVICES += zbtlink_zbt-wg3526-16m define Device/zbtlink_zbt-wg3526-32m $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 32448k DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG3526 |