You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ipq40xx
Sven Eckelmann ebd57de1f9 ipq40xx: Create /var/lock directory in platform_do_upgrade_*
The sysupgrade_pre_upgrade hook was removed with 5e1b4c57de ("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: 5e1b4c57de ("base-files: drop fwtool_pre_upgrade")
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
6 years ago
..
base-files ipq40xx: Create /var/lock directory in platform_do_upgrade_* 6 years ago
files-4.14/arch/arm/boot/dts treewide: fix some cosmetic glitches in dts files 6 years ago
image mac80211: make ath10k-ct the default ath10k 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.72 6 years ago
profiles ipq40xx: add target 6 years ago
Makefile mac80211: fix selecting of ath10k -ct firmware 6 years ago
config-4.14 ipq40xx: sync kernel config 6 years ago