summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: Fix sysupgrades for Allnet and OpenMesh devicesGabor Juhos2013-10-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Both Allnet and OpenMesh sysupgrade uses fw_setenv from uboot-envtools to change different settings in the uboot environment. uboot-envtools version 2013.01 introduced a filesystem lock "/var/lock/fw_printenv.lock" to guarantee mutually exclusive access to the uboot environment. But the path /var doesn't exist on the sysupgrade ramfs. An upgrade on these devices fails since r36033 ("[package] uboot-envtools: upgrade to version 2013.01.01") with following messages: Error opening lock file /var/lock/fw_printenv.lock failed to update U-Boot environment Creating the "/var/lock" path before running fw_setenv is therefore a requirement unless the locking functionality in fw_setenv is removed or replaced with optional locking. Signed-off-by: Sven Eckelmann <sven@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38483
* ar71xx: sysupgrade for the ALL0315NGabor Juhos2012-08-271-12/+11
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33285
* ar71xx: rename all0258n.sh to allnet.shGabor Juhos2012-08-271-0/+161
Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33284