tn3399_openwrt/target/linux/au1000
John Crispin f933a741a9 target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
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
2014-06-02 12:43:22 +00:00
..
au1500 split kernel config between generic, au1500 and au1550 2012-11-11 19:26:44 +00:00
au1550 kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option. 2013-03-21 14:56:04 +00:00
base-files target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC 2014-06-02 12:43:22 +00:00
image au1000: make sysupgrade compatible with all file system types 2013-11-07 12:46:16 +00:00
patches-3.6 au1000: keep the MTX-1 watchdog pin low during boot 2013-03-17 14:33:36 +00:00
config-3.6 remove common symbols from 3.6 configs 2012-11-29 15:21:41 +00:00
Makefile target: don't build jffs2 nor images by default 2013-06-05 20:58:59 +00:00
modules.mk massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 2010-07-12 14:06:13 +00:00