projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b10da2
)
[include] correct default package status info (install -> unknown) - fixes "opkg_conf...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Oct 2010 17:20:49 +0000
(17:20 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Oct 2010 17:20:49 +0000
(17:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23222
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
f08cf89
..
a07c5cc
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)"; \
This page took
0.022134 seconds
and
4
git commands to generate.