3d3c17b3b90d164e45730f50530dc063ce5aa3c8
[openwrt/staging/nbd.git] / target / linux / qualcommax / ipq60xx / base-files / lib / upgrade / platform.sh
1 PART_NAME=firmware
2 REQUIRE_IMAGE_METADATA=1
3
4 RAMFS_COPY_BIN='fw_printenv fw_setenv head'
5 RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'
6
7 platform_check_image() {
8 return 0;
9 }
10
11 platform_do_upgrade() {
12 case "$(board_name)" in
13 *)
14 default_do_upgrade "$1"
15 ;;
16 esac
17 }