]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq60xx: fix bootconfig script sysupgrade problem 21760/head
authorMilan Krstic <milan.krstic@gmail.com>
Thu, 29 Jan 2026 07:49:20 +0000 (07:49 +0000)
committerRobert Marko <robimarko@gmail.com>
Thu, 29 Jan 2026 10:22:36 +0000 (11:22 +0100)
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>
target/linux/qualcommax/ipq60xx/base-files/lib/upgrade/platform.sh

index a120f538b55f77fbae01f9f3f80e21a1eaf4f298..a6ba819d69ac41ccdf1db3b6871966defd016fd6 100644 (file)
@@ -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() {