From: Jo-Philipp Wich Date: Sat, 2 Oct 2010 04:04:12 +0000 (+0000) Subject: [include] prime .ipk control files with Status: field to introduce hold for post... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b631171e124531a27b1f338a94e9c66b7d73aab4 [include] prime .ipk control files with Status: field to introduce hold for post flash installed packages SVN-Revision: 23175 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index edee6a4c55..f08cf897cb 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -101,6 +101,7 @@ ifeq ($(DUMP),) echo "Provides: $(PROVIDES)"; \ echo "Source: $(SOURCE)"; \ echo "Section: $(SECTION)"; \ + echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \ echo "Priority: $(PRIORITY)"; \ echo "Maintainer: $(MAINTAINER)"; \ echo "Architecture: $(PKGARCH)"; \