summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-04 17:20:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-04 17:20:49 +0000
commit8ae1a4fc69b0155cd30b7d39977f782c1046e477 (patch)
tree7849f5fa2c9286e4bfee891dbac4cf94759e0e87 /include/package-ipkg.mk
parenta8d7d9af83262f704decb210ca55b6aa375b70a9 (diff)
downloadmtk-20170518-8ae1a4fc69b0155cd30b7d39977f782c1046e477.zip
mtk-20170518-8ae1a4fc69b0155cd30b7d39977f782c1046e477.tar.gz
mtk-20170518-8ae1a4fc69b0155cd30b7d39977f782c1046e477.tar.bz2
correct default package status info (install -> unknown) - fixes "opkg_conf_write_status_files: Internal error: package ... has a NULL dest"
SVN-Revision: 23222
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index f08cf89..a07c5cc 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)"; \