mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue