|
|
@@ -218,6 +218,11 @@ define Build/copy-file
|
|
|
cat "$(1)" > "$@"
|
|
|
endef
|
|
|
|
|
|
+define Build/edimax-header
|
|
|
+ $(STAGING_DIR_HOST)/bin/mkedimaximg -i $@ -o [email protected] $(1)
|
|
|
+ @mv [email protected] $@
|
|
|
+endef
|
|
|
+
|
|
|
define Build/elecom-product-header
|
|
|
$(eval product=$(word 1,$(1)))
|
|
|
$(eval fw=$(if $(word 2,$(1)),$(word 2,$(1)),$@))
|