mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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() {
|
||||
local diskdev partdev diff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue