ipq40xx: Fix Linksys upgrade, restore config step
authorJeff Kletsky <git-commits@allycomm.com>
Wed, 4 Jan 2023 07:17:03 +0000 (23:17 -0800)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 26 Mar 2023 14:39:37 +0000 (16:39 +0200)
commit8634c1080d5033e8cf0069ee7447821726232b95
tree1968cc6095f6a28c57010afb32c798f4e736edf3
parent1558bbd116ec74b10672caa29c17a5f0279715f7
ipq40xx: Fix Linksys upgrade, restore config step

It appears that the refactor of the upgrade process for NAND devices
resulted in the nand_do_upgrade_success step not being called for
devices using the linksys.sh script. As a result, configuration
was not preserved over sysupgrade steps.

This was restored for some devices in
commit 84ff6c90dda1 ("base-files: bring back nand_do_upgrade_success").
This restored preservation of config for ipq40xx devices using the
linksys.sh script. Other devices and targets have not been examined.

Closes: #11677
Fixes: e25e6d8e54 ("base-files: fix and clean up nand sysupgrade code")
Tested-on: EA8300

Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
(checkpatch nitpick)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ipq40xx/base-files/lib/upgrade/linksys.sh