2 platform_check_image
() {
3 [ "$ARGC" -gt 1 ] && return 1
4 case "$(get_magic_word "$1")" in
6 # 6348GW-11 boards use openwrt-96348GW-11-squashfs-cfe.bin files
10 echo "Invalid image type. Please use only .bin files"
16 # use default for platform_do_upgrade()
This page took 0.041756 seconds and 5 git commands to generate.