From: jow Date: Mon, 4 Oct 2010 17:20:49 +0000 (+0000) Subject: [include] correct default package status info (install -> unknown) - fixes "opkg_conf... X-Git-Tag: fast2504n-3.10.28-merged~10944 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=264a1f9f713d6ab31569c4aa03c46d78a55315bf;p=openwrt.git [include] correct default package status info (install -> unknown) - fixes "opkg_conf_write_status_files: Internal error: package ... has a NULL dest" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23222 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index f08cf897cb..a07c5cc38c 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -101,7 +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 "Status: unknown $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \ echo "Priority: $(PRIORITY)"; \ echo "Maintainer: $(MAINTAINER)"; \ echo "Architecture: $(PKGARCH)"; \