[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-a3cf2f4a3e73master
parent
397ec72934
commit
974c5831e0
|
@ -101,6 +101,7 @@ ifeq ($(DUMP),)
|
||||||
echo "Provides: $(PROVIDES)"; \
|
echo "Provides: $(PROVIDES)"; \
|
||||||
echo "Source: $(SOURCE)"; \
|
echo "Source: $(SOURCE)"; \
|
||||||
echo "Section: $(SECTION)"; \
|
echo "Section: $(SECTION)"; \
|
||||||
|
echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \
|
||||||
echo "Priority: $(PRIORITY)"; \
|
echo "Priority: $(PRIORITY)"; \
|
||||||
echo "Maintainer: $(MAINTAINER)"; \
|
echo "Maintainer: $(MAINTAINER)"; \
|
||||||
echo "Architecture: $(PKGARCH)"; \
|
echo "Architecture: $(PKGARCH)"; \
|
||||||
|
|
Loading…
Reference in New Issue