diff options
Diffstat (limited to 'include/image-commands.mk')
-rw-r--r-- | include/image-commands.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk index 70fa0b8357..07a96920ae 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -157,7 +157,7 @@ endef define Build/elecom-product-header $(eval product=$(word 1,$(1))) - $(eval fw=$(word 2,$(1))) + $(eval fw=$(if $(word 2,$(1)),$(word 2,$(1)),$@)) ( \ echo -n -e "ELECOM\x00\x00$(product)" | dd bs=40 count=1 conv=sync; \ |