Author: nbd Date: 2014-10-22 10:57:50 +0200 (Wed, 22 Oct 2014) New Revision: 43023
Modified: trunk/include/package-ipkg.mk Log: build: only print skipped packages that were selected Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/package-ipkg.mk =================================================================== --- trunk/include/package-ipkg.mk 2014-10-22 08:57:45 UTC (rev 43022) +++ trunk/include/package-ipkg.mk 2014-10-22 08:57:50 UTC (rev 43023) @@ -109,7 +109,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
