mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
lantiq: only call Image/Prepare/Profile for defined profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
9b118cde89
commit
821ccd2b36
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ endef
|
|||
TARGET_DEVICES += VGV7519BRN
|
||||
|
||||
define Image/Prepare
|
||||
$(call Image/Prepare/Profile,$(PROFILE))
|
||||
$(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE)))
|
||||
endef
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue