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>
This commit is contained in:
parent
8047ecbd5a
commit
be6b680892
@ -1022,6 +1022,7 @@ endef
|
||||
TARGET_DEVICES += ubnt_unifi-nanohd
|
||||
|
||||
define Device/unielec_u7621-06-16m
|
||||
$(Device/uimage-lzma-loader)
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := UniElec
|
||||
DEVICE_MODEL := U7621-06
|
||||
@ -1032,6 +1033,7 @@ endef
|
||||
TARGET_DEVICES += unielec_u7621-06-16m
|
||||
|
||||
define Device/unielec_u7621-06-64m
|
||||
$(Device/uimage-lzma-loader)
|
||||
IMAGE_SIZE := 65216k
|
||||
DEVICE_VENDOR := UniElec
|
||||
DEVICE_MODEL := U7621-06
|
||||
|
||||
Loading…
Reference in New Issue
Block a user