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>
This commit is contained in:
parent
ea7d79dce0
commit
71b97c89e5
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user