From: Jo-Philipp Wich Date: Sat, 2 Oct 2010 04:04:12 +0000 (+0000) Subject: prime .ipk control files with Status: field to introduce hold for post flash installe... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be;p=openwrt%2Fstaging%2Fdedeckeh.git 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)"; \