浏览代码

build: only print skipped packages that were selected

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 43023
Felix Fietkau 11 年之前
父节点
当前提交
949ab1487f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/package-ipkg.mk

+ 1 - 1
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