ramips: fix booting on ZyXEL NBG-419N v2
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of other devices from 'ramips' target.
Fixes: #9842
Fixes: #8964
Reported-by: Juergen Hench <jurgen.hench@gmail.com>
Tested-by: Juergen Hench <jurgen.hench@gmail.com>
Signed-off-by: Demetris Ierokipides <ierokipides.dem@gmail.com>
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit fd72e595c2
)
This commit is contained in:
parent
515404a81b
commit
2726c8c315
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ endef
|
||||||
TARGET_DEVICES += zyxel_nbg-419n
|
TARGET_DEVICES += zyxel_nbg-419n
|
||||||
|
|
||||||
define Device/zyxel_nbg-419n-v2
|
define Device/zyxel_nbg-419n-v2
|
||||||
|
$(Device/uimage-lzma-loader)
|
||||||
SOC := rt3352
|
SOC := rt3352
|
||||||
IMAGE_SIZE := 7872k
|
IMAGE_SIZE := 7872k
|
||||||
DEVICE_VENDOR := ZyXEL
|
DEVICE_VENDOR := ZyXEL
|
||||||
|
|
Loading…
Reference in a new issue