bmips: split base-files into subtargets
[openwrt/staging/jow.git] / target / linux / bmips / generic / base-files / lib / upgrade / platform.sh
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 PART_NAME=firmware
4 REQUIRE_IMAGE_METADATA=1
5
6 platform_check_image() {
7 return 0
8 }
9
10 platform_do_upgrade() {
11 case "$(board_name)" in
12 *)
13 default_do_upgrade "$1"
14 ;;
15 esac
16 }