mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 19:23:14 +01:00
qualcommax: ipq807x: 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
37b13b6ea6
commit
ea7d79dce0
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue