diff options
| author | Milan Krstic | 2026-01-29 07:49:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-29 10:22:36 +0000 |
| commit | 71b97c89e5a53098b26f74c90301f3240bc3fbcc (patch) | |
| tree | 2db4c29faa7dfbe4d063ac9e5b1ff8c9f3293cfd | |
| parent | ea7d79dce08148790639eea8926e7521101069cf (diff) | |
| download | openwrt-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.sh | 2 |
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() { |