6348a6990b897d6b1dfa41add0603067f5019260
[openwrt.git] / target / linux / x86 / rdc / base-files / lib / upgrade / platform.sh
1 PART_NAME=firmware
2
3 platform_check_image() {
4         [ "$(get_magic_word $(find_mtd_part firmware))" -eq "$(get_magic_word "$1")" ] && return 0
5
6         echo "Invalid image type. Please use an appropriate .bin file"
7         return 1
8 }
9
10 # use default for platform_do_upgrade()