3 platform_check_image
() {
4 [ "$(get_magic_word $(find_mtd_part firmware))" -eq "$(get_magic_word "$1")" ] && return 0
6 echo "Invalid image type. Please use an appropriate .bin file"
10 # use default for platform_do_upgrade()
This page took 0.043332 seconds and 5 git commands to generate.