Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch | Jo-Philipp Wich | 2010-04-06 | 1 | -0/+2 |
| | | | | SVN-Revision: 20733 | ||||
* | preinit: use grep -q where applicable | Jo-Philipp Wich | 2010-02-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 19482 | ||||
* | fix syntax error in preinit hook (#6610) | Jo-Philipp Wich | 2010-01-31 | 1 | -2/+3 |
| | | | | SVN-Revision: 19461 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 1 | -0/+32 |
| | | | | SVN-Revision: 19331 | ||||
* | Implement a preliminary combined image format. - add sysupgrade support for ↵ | Jo-Philipp Wich | 2009-09-22 | 1 | -0/+76 |
combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target SVN-Revision: 17668 |