| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | target/linux : drop many arch | Ludovic Pouzenc | 2018-09-14 | 1 | -44/+0 |
| | | |||||
| * | target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC | John Crispin | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct var $# (=number of args) here. under normal conditions this had no impact, but we should at least correct it. the error was observable like this: root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh root@box:~ . /lib/upgrade/platform.sh root@box:~ . /lib/upgrade/common.sh root@box:~ platform_check_image /tmp/myfirmware.bin ash: bad number root@box:~ echo $? 0 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40915 | ||||
| * | sysupgrade works on the wp54 | Travis Kemen | 2011-03-21 | 1 | -1/+1 |
| | | | | | SVN-Revision: 26257 | ||||
| * | adm5120: improve sysupgrade support | Gabor Juhos | 2010-01-03 | 1 | -6/+25 |
| | | | | | SVN-Revision: 19016 | ||||
| * | sysupgrade for adm5120 | Felix Fietkau | 2008-09-25 | 1 | -0/+25 |
| Sysupgrade adapted from the bcm47xx one. Add a hook to disable watchdog before upgrading. Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com> SVN-Revision: 12694 | |||||
