[openwrt/openwrt] qualcommax: ipq5018: gl-b3000: fix uboot support

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 21 02:49:54 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/97f09fa25e2a463fcff0241faa3f5e1dadf51a10

commit 97f09fa25e2a463fcff0241faa3f5e1dadf51a10
Author: Scott Mercer <TheRootEd24 at gmail.com>
AuthorDate: Mon Apr 21 05:38:14 2025 -0400

    qualcommax: ipq5018: gl-b3000: fix uboot support
    
    The bootscript parameter in gl-qsdk-factory.sh was moved
    from arg[4] to arg[2] (1 based index) This patch reflects
    these changes
    
    Fixes: 3307fe8ee4cf ("qualcommax: ipq50xx: add support for GL.iNET GL-B3000")
    Signed-off-by: Scott Mercer <TheRootEd24 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18547
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 include/image-commands.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/image-commands.mk b/include/image-commands.mk
index 52652b59a4..d767ab356e 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -513,9 +513,9 @@ define Build/gl-qsdk-factory
 
 	$(TOPDIR)/scripts/mkits-qsdk-ipq-image.sh \
 		$(GL_ITS) \
+		$(BOOT_SCRIPT) \
 		$(GL_UBI) \
-		$(GL_IMGK) \
-		$(BOOT_SCRIPT)
+		$(GL_IMGK)
 
 	sed -i "s/rootfs_size/`wc -c $(GL_IMGK) | \
 	cut -d " " -f 1 | xargs printf "0x%x"`/g" $(BOOT_SCRIPT);




More information about the lede-commits mailing list