From: Alexander Couzens Date: Mon, 4 Mar 2019 00:25:59 +0000 (+0100) Subject: try to add json X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=11590e7452bd61923c1339231df61fa0c539e025;p=openwrt%2Fstaging%2Flynxis.git try to add json --- diff --git a/include/image.mk b/include/image.mk index 5268f0bdb7..0818953ccb 100644 --- a/include/image.mk +++ b/include/image.mk @@ -520,7 +520,7 @@ define Device/Build/image $(BIN_DIR)/$(call IMAGE_NAME,$(1),$(2)): $(KDIR)/tmp/$(call IMAGE_NAME,$(1),$(2)) cp $$^ $$@ - + echo '{ "board": "$3", "type": "$2", "image": "$(call IMAGE_NAME,$(1),$(2))" }' > $$@.json endef define Device/Build/artifact