projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2d02c
)
add "Architecture" field to opkg status file (closes: #3901)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Aug 2008 14:09:19 +0000
(14:09 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Aug 2008 14:09:19 +0000
(14:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12349
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/ipkg
patch
|
blob
|
history
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
9143c98
..
d798bca
100755
(executable)
--- a/
scripts/ipkg
+++ b/
scripts/ipkg
@@
-146,7
+146,7
@@
Valid destinations are directories or one of the dest names from $IPKG_CONF:" >&
export no_proxy="$IPKG_NO_PROXY"
fi
- IPKG_STATUS_FIELDS='\(Package\|Status\|Essential\|Version\|Conffiles\|Root\)'
+ IPKG_STATUS_FIELDS='\(Package\|Status\|Essential\|Version\|Conffiles\|Root\
|Architecture\
)'
}
ipkg_usage() {
This page took
0.03502 seconds
and
4
git commands to generate.