image.mk: fix evaluation order for image profile check
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
cf58007abc
commit
c4ae33b048
@ -569,8 +569,8 @@ endef
|
||||
define Device
|
||||
$(call Device/Init,$(1))
|
||||
$(call Device/Default,$(1))
|
||||
$(call Device/Check,$(1))
|
||||
$(call Device/$(1),$(1))
|
||||
$(call Device/Check,$(1))
|
||||
$(call Device/$(if $(DUMP),Dump,Build),$(1))
|
||||
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user