Skip to content
Snippets Groups Projects
Commit 9c7a520b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

image: disable compile target within image builder


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45674
parent 49e16828
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ endef ...@@ -359,7 +359,7 @@ endef
define Device/Check define Device/Check
_TARGET = $$(if $$(filter $(PROFILE),$$(PROFILES)),install,install-disabled) _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 endef
ifndef IB ifndef IB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment