[openwrt/openwrt] ramips: fix booting on ZyXEL NBG-419N v2

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 20 02:11:27 PDT 2022


pepe2k pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/09a35619b85ecb381368a5a344a7f981ccde6ca9

commit 09a35619b85ecb381368a5a344a7f981ccde6ca9
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Mon May 23 17:50:19 2022 +0200

    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 at gmail.com>
    Tested-by: Juergen Hench <jurgen.hench at gmail.com>
    Signed-off-by: Demetris Ierokipides <ierokipides.dem at gmail.com>
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
    (cherry picked from commit fd72e595c2b2a46bab8cbc7e9415fbfeae7b5b0d)
---
 target/linux/ramips/image/rt305x.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 4edc2eb3c4..9b498fa5ab 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




More information about the lede-commits mailing list