From 00ddd29b650b45cd89f6423dca3eafcc134b7319 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Mon, 1 Aug 2022 13:30:39 +0900 Subject: build: move Build/edimax-header to image-commands.mk To use from the following devices in ath79 target, move edimax-header to image-commands.mk. - ELECOM WRC-300GHBK2-I - ELECOM WRC-1750GHBK2-I/C Signed-off-by: INAGAKI Hiroshi --- include/image-commands.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/image-commands.mk b/include/image-commands.mk index 6b4bc4945c..492e6933f1 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -218,6 +218,11 @@ define Build/copy-file cat "$(1)" > "$@" endef +define Build/edimax-header + $(STAGING_DIR_HOST)/bin/mkedimaximg -i $@ -o $@.new $(1) + @mv $@.new $@ +endef + define Build/elecom-product-header $(eval product=$(word 1,$(1))) $(eval fw=$(if $(word 2,$(1)),$(word 2,$(1)),$@)) -- cgit v1.2.3