From: Felix Fietkau Date: Wed, 22 Oct 2014 08:57:50 +0000 (+0000) Subject: build: only print skipped packages that were selected X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=86829f1dc3a588b2ebbd8e8fafca6f4f8b203b5f;ds=sidebyside build: only print skipped packages that were selected Signed-off-by: Felix Fietkau SVN-Revision: 43023 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b8c8cd6f99..13bb7c7d42 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -109,7 +109,7 @@ ifeq ($(DUMP),) echo "$(1)" >> $(PKG_INSTALL_STAMP) endif else - $$(info WARNING: skipping $(1) -- package not selected) + $(if $(CONFIG_PACKAGE_$(1)),$$(info WARNING: skipping $(1) -- package not selected)) endif endif endif