tn3399_openwrt/target/linux/ar71xx
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
..
base-files target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC 2014-06-02 12:43:22 +00:00
files ar71xx: fix typo in tl-wr710n mac setup (fixes #16469) 2014-05-24 08:01:33 +00:00
generic ar71xx: initial support for TP-Link Archer C7v2 2014-04-12 09:52:54 +00:00
image ar71xx: add profile and build image for the ZyXEL NBG6716 board 2014-04-13 08:29:09 +00:00
mikrotik ar71xx/mikrotik: enable the AT803x PHY driver 2014-04-13 20:41:51 +00:00
nand ar71xx: add profile and build image for the ZyXEL NBG6716 board 2014-04-13 08:29:09 +00:00
patches-3.10 ar71xx: disable usb workarounds for ar913x again (should fix #16610) 2014-05-25 16:14:16 +00:00
base-files.mk ar71xx: drop procd_init console hack 2013-06-21 16:53:11 +00:00
config-3.10 ar71xx: add kernel support for ZyXEL NBG 6716 2014-04-13 08:29:05 +00:00
Makefile kernel: update 3.10 to 3.10.36 2014-04-12 11:59:07 +00:00
modules.mk ar71xx: always enable hw ecc support for the ar934x-nfc module 2013-11-01 18:33:18 +00:00