build: only print skipped packages that were selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43023
This commit is contained in:
parent
d8278dee4d
commit
949ab1487f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ ifeq ($(DUMP),)
|
||||||
echo "$(1)" >> $(PKG_INSTALL_STAMP)
|
echo "$(1)" >> $(PKG_INSTALL_STAMP)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
$$(info WARNING: skipping $(1) -- package not selected)
|
$(if $(CONFIG_PACKAGE_$(1)),$$(info WARNING: skipping $(1) -- package not selected))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue