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

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


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

commit ea7d79dce08148790639eea8926e7521101069cf
Author: Milan Krstic <milan.krstic at gmail.com>
AuthorDate: Wed Jan 28 20:23:17 2026 +0000

    qualcommax: ipq807x: 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/ipq807x/base-files/lib/upgrade/platform.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
index 30ff4fce47..7d0cd3e5bd 100644
--- a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
+++ b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
@@ -1,7 +1,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'
 
 xiaomi_initramfs_prepare() {




More information about the lede-commits mailing list