ramips: enforce image metadata verification
Now that we got rid of all legacy images, we can enforce image metadata verification. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
8e40fbff0b
commit
1a5df6add7
|
@ -3,6 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PART_NAME=firmware
|
PART_NAME=firmware
|
||||||
|
REQUIRE_IMAGE_METADATA=1
|
||||||
|
|
||||||
platform_check_image() {
|
platform_check_image() {
|
||||||
local board=$(board_name)
|
local board=$(board_name)
|
||||||
|
|
Loading…
Reference in New Issue