summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-02 04:04:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-02 04:04:12 +0000
commitcb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be (patch)
tree4b71f1897bb32198dd3773e26470d0c1f7e0c5c0 /include/package-ipkg.mk
parent8e9dfc063fa1df0a9d74db515e6cba5afef924e4 (diff)
downloadmtk-20170518-cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be.zip
mtk-20170518-cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be.tar.gz
mtk-20170518-cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be.tar.bz2
prime .ipk control files with Status: field to introduce hold for post flash installed packages
SVN-Revision: 23175
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index edee6a4..f08cf89 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)"; \