9a613c43b1a2a3f1ed32fccaf9ffb50f5c19f23c
[openwrt/openwrt.git] / target / linux / mediatek / mt7629 / base-files / lib / upgrade / platform.sh
1 PART_NAME=firmware
2 REQUIRE_IMAGE_METADATA=1
3
4 platform_check_image() {
5 return 0
6 }
7
8 platform_do_upgrade() {
9 local board=$(board_name)
10
11 case "$board" in
12 *)
13 default_do_upgrade "$1"
14 ;;
15 esac
16 }