|
@@ -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
|