aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/base-files/lib/upgrade/platform.sh
blob: 1108b3fd6ed9366e8138f0d9df31ed1a44c42ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (C) 2011 OpenWrt.org
#

PART_NAME=firmware
REQUIRE_IMAGE_METADATA=1

platform_check_image() {
	return 0
}

# use default for platform_do_upgrade()