rockchip: require image metadata
All devices in the rockchip target have appended image-metadata. Enforce the presence of this metadata to avoid flashing incomplete images. This is the de-facto standard for almost all OpenWrt targets. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
32098554d9
commit
54e52fdacb
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
REQUIRE_IMAGE_METADATA=1
|
||||||
|
|
||||||
platform_check_image() {
|
platform_check_image() {
|
||||||
local diskdev partdev diff
|
local diskdev partdev diff
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue