aboutsummaryrefslogtreecommitdiffstats
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
commit974c5831e0cae736f24f9ff61a521236c4660196 (patch)
treef0ce2807bac3d531d8b6d1888f8aa725fcc8d381 /include/package-ipkg.mk
parent397ec729344b4c3629f3e912d15dba92d126fad3 (diff)
downloadmaster-187ad058-974c5831e0cae736f24f9ff61a521236c4660196.tar.gz
master-187ad058-974c5831e0cae736f24f9ff61a521236c4660196.tar.bz2
master-187ad058-974c5831e0cae736f24f9ff61a521236c4660196.zip
[include] prime .ipk control files with Status: field to introduce hold for post flash installed packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23175 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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)"; \