mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
build: avoid failing in append-metadata if image could not be generated
The image build might have failed due to a size check Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
aec1b6bfcb
commit
e23ff063d3
@ -281,7 +281,7 @@ metadata_json = \
|
||||
}'
|
||||
|
||||
define Build/append-metadata
|
||||
$(if $(SUPPORTED_DEVICES),echo $(call metadata_json,$(SUPPORTED_DEVICES)) | fwtool -I - $@)
|
||||
$(if $(SUPPORTED_DEVICES),-echo $(call metadata_json,$(SUPPORTED_DEVICES)) | fwtool -I - $@)
|
||||
endef
|
||||
|
||||
define Build/kernel2minor
|
||||
|
Loading…
Reference in New Issue
Block a user