mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-03-16 08:31:01 +00:00
Files
config
docs
include
package
scripts
target
imagebuilder
linux
adm5120
adm8668
amazon
ar7
ar71xx
at91
atheros
au1000
avr32
bcm53xx
brcm2708
brcm47xx
brcm63xx
cns21xx
cns3xxx
cobalt
ep93xx
gemini
generic
imx6
iop32x
ixp4xx
kirkwood
lantiq
malta
mcs814x
mpc52xx
mpc83xx
mpc85xx
base-files
etc
lib
generic
image
p1020
patches-3.10
profiles
Makefile
base-files.mk
config-3.10
mvebu
mxs
octeon
omap
omap24xx
orion
ppc40x
ppc44x
pxa
ramips
rb532
realview
sibyte
sparc
sunxi
uml
x86
x86_64
xburst
Makefile
sdk
toolchain
Config.in
Makefile
toolchain
tools
.gitattributes
.gitignore
BSDmakefile
Config.in
LICENSE
Makefile
README
feeds.conf.default
rules.mk
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