image: disable compile target within image builder
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45674
This commit is contained in:
parent
49e1682861
commit
9c7a520ba8
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ endef
|
|||
|
||||
define Device/Check
|
||||
_TARGET = $$(if $$(filter $(PROFILE),$$(PROFILES)),install,install-disabled)
|
||||
_COMPILE_TARGET = $$(if $(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES)),compile,compile-disabled)
|
||||
_COMPILE_TARGET = $$(if $(if $(IB),,$(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES))),compile,compile-disabled)
|
||||
endef
|
||||
|
||||
ifndef IB
|
||||
|
|
Loading…
Reference in a new issue