diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-02 04:04:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-02 04:04:12 +0000 |
commit | cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be (patch) | |
tree | 4b71f1897bb32198dd3773e26470d0c1f7e0c5c0 | |
parent | 8e9dfc063fa1df0a9d74db515e6cba5afef924e4 (diff) | |
download | mtk-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
-rw-r--r-- | include/package-ipkg.mk | 1 |
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)"; \ |