3 platform_check_image
() {
4 [ "$ARGC" -gt 1 ] && return 1
6 case "$(get_magic_word "$1")" in
7 # rdc .bin files for ar360w3g
10 echo "Invalid image type. Please use an appropriate .bin file"
16 # use default for platform_do_upgrade()
This page took 0.057318 seconds and 5 git commands to generate.