diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2022-05-23 17:50:19 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2022-06-20 11:08:36 +0200 |
commit | 2726c8c3151dc09614ed12a0e8729934e602821e (patch) | |
tree | 4e398a361eedb7307f15d5d3d65e9ea03716e15d /target/linux/ramips | |
parent | 515404a81b49cc086e1d18d1910a09ba3f1b0272 (diff) | |
download | upstream-2726c8c3151dc09614ed12a0e8729934e602821e.tar.gz upstream-2726c8c3151dc09614ed12a0e8729934e602821e.tar.bz2 upstream-2726c8c3151dc09614ed12a0e8729934e602821e.zip |
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 fd72e595c2b2a46bab8cbc7e9415fbfeae7b5b0d)
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index d0a0d6f85a..708aeb8555 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -1237,6 +1237,7 @@ endef TARGET_DEVICES += zyxel_nbg-419n define Device/zyxel_nbg-419n-v2 + $(Device/uimage-lzma-loader) SOC := rt3352 IMAGE_SIZE := 7872k DEVICE_VENDOR := ZyXEL |