diff options
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | 2018-10-01 11:48:04 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-10-07 15:44:19 +0200 |
commit | ebd57de1f9894a91991fe19f200dba7b1104390c (patch) | |
tree | cc52819033d4926c1d500bea2685bdfccd06e7bf /target/linux/omap24xx/image | |
parent | c383e0c979fb95ef6de6782112aa86045fe4a6a5 (diff) | |
download | upstream-ebd57de1f9894a91991fe19f200dba7b1104390c.tar.gz upstream-ebd57de1f9894a91991fe19f200dba7b1104390c.tar.bz2 upstream-ebd57de1f9894a91991fe19f200dba7b1104390c.zip |
ipq40xx: Create /var/lock directory in platform_do_upgrade_*
The sysupgrade_pre_upgrade hook was removed with 5e1b4c57ded7 ("base-files:
drop fwtool_pre_upgrade") while there were still scripts using it:
* target/linux/ar71xx/base-files/lib/upgrade/allnet.sh
* target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
* target/linux/ipq40xx/base-files/lib/upgrade/openmesh.sh
Not running the hooks can either prevent a successful upgrade or brick the
device because the fw_setenv program cannot be started correctly.
Instead of adding this hook again, the directory /var/lock for fw_setenv
can also just be created directly before fw_setenv is called.
Fixes: 5e1b4c57ded7 ("base-files: drop fwtool_pre_upgrade")
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Diffstat (limited to 'target/linux/omap24xx/image')
0 files changed, 0 insertions, 0 deletions