From: jow Date: Mon, 4 Oct 2010 17:21:32 +0000 (+0000) Subject: [backfire] merge r23222 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3eed50f9b9342468ae9f975842dbdb8349c627f2;p=10.03%2Fopenwrt.git [backfire] merge r23222 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23223 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 65fb50da9..b3b8f2bf6 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -98,7 +98,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 "Status: unknown $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \ echo "Priority: $(PRIORITY)"; \ echo "Maintainer: $(MAINTAINER)"; \ echo "Architecture: $(PKGARCH)"; \