X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d71087b14c61fb6ae91cdc7ed563c7823a30022..b91f24824772c446534e8b296dec1a0baada6b1d:/include/package-ipkg.mk diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index edee6a4c5..f08cf897c 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)"; \