summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Krstic2026-01-29 07:49:20 +0000
committerRobert Marko2026-01-29 10:22:36 +0000
commit71b97c89e5a53098b26f74c90301f3240bc3fbcc (patch)
tree2db4c29faa7dfbe4d063ac9e5b1ff8c9f3293cfd
parentea7d79dce08148790639eea8926e7521101069cf (diff)
downloadopenwrt-71b97c89e5a53098b26f74c90301f3240bc3fbcc.tar.gz
qualcommax: ipq60xx: fix bootconfig script sysupgrade problem
Make sure seq is copied to ramfs during sysupgrade. Signed-off-by: Milan Krstic <milan.krstic@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21760 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
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() {