From: Felix Fietkau Date: Mon, 11 May 2015 09:17:51 +0000 (+0000) Subject: image: disable compile target within image builder X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=13700f454c9a802728bf6bc78cf305b00af4b80b;p=15.05%2Fopenwrt.git image: disable compile target within image builder Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45674 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/image.mk b/include/image.mk index b8be838313..921d78d10d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -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