projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d7d9a
)
correct default package status info (install -> unknown) - fixes "opkg_conf_write_sta...
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 4 Oct 2010 17:20:49 +0000
(17:20 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 4 Oct 2010 17:20:49 +0000
(17:20 +0000)
SVN-Revision: 23222
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index f08cf897cbda6d96a9883e53d42eb5218b5c9766..a07c5cc38c8f7a6b12e524d4ab92ebc9ea18bf45 100644
(file)
--- 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)"; \