9e8a94b5014d30ff44dca12cd39587939c286fa7
[openwrt/staging/stintel.git] / target / linux / oxnas / base-files / lib / upgrade / platform.sh
1 REQUIRE_IMAGE_METADATA=1
2
3 platform_check_image() {
4 return 0
5 }
6
7 platform_do_upgrade() {
8 nand_do_upgrade $1
9 }