[openwrt/openwrt] qualcommax: ipq60xx: fix bootconfig script sysupgrade problem

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 29 02:22:40 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/71b97c89e5a53098b26f74c90301f3240bc3fbcc

commit 71b97c89e5a53098b26f74c90301f3240bc3fbcc
Author: Milan Krstic <milan.krstic at gmail.com>
AuthorDate: Thu Jan 29 07:49:20 2026 +0000

    qualcommax: ipq60xx: fix bootconfig script sysupgrade problem
    
    Make sure seq is copied to ramfs during sysupgrade.
    
    Signed-off-by: Milan Krstic <milan.krstic at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21760
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh b/target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh
index a120f538b5..a6ba819d69 100644
--- a/target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh
@@ -3,7 +3,7 @@
 PART_NAME=firmware
 REQUIRE_IMAGE_METADATA=1
 
-RAMFS_COPY_BIN='fw_printenv fw_setenv head'
+RAMFS_COPY_BIN='fw_printenv fw_setenv head seq'
 RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'
 
 remove_oem_ubi_volume() {




More information about the lede-commits mailing list