summaryrefslogtreecommitdiff
path: root/target/linux/atheros/base-files/lib
Commit message (Collapse)AuthorAgeFilesLines
* target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGCJohn Crispin2014-06-021-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 switchJo-Philipp Wich2010-04-061-0/+2
| | | | SVN-Revision: 20733
* preinit: use grep -q where applicableJo-Philipp Wich2010-02-011-2/+2
| | | | SVN-Revision: 19482
* fix syntax error in preinit hook (#6610)Jo-Philipp Wich2010-01-311-2/+3
| | | | SVN-Revision: 19461
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-251-0/+32
| | | | SVN-Revision: 19331
* Implement a preliminary combined image format. - add sysupgrade support for ↵Jo-Philipp Wich2009-09-221-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