From: Jo-Philipp Wich Date: Mon, 4 Oct 2010 17:20:49 +0000 (+0000) Subject: correct default package status info (install -> unknown) - fixes "opkg_conf_write_sta... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8ae1a4fc69b0155cd30b7d39977f782c1046e477;p=openwrt%2Fstaging%2Fluka.git correct default package status info (install -> unknown) - fixes "opkg_conf_write_status_files: Internal error: package ... has a NULL dest" SVN-Revision: 23222 --- 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)"; \