projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e82faa
)
add "Architecture" field to opkg status file (closes: #3901)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 20 Aug 2008 14:09:19 +0000
(14:09 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 20 Aug 2008 14:09:19 +0000
(14:09 +0000)
SVN-Revision: 12349
scripts/ipkg
patch
|
blob
|
history
diff --git
a/scripts/ipkg
b/scripts/ipkg
index 9143c984edc679ccb345d9c27a72212093012971..d798bcac720cab6d1d64d62f149efabf20b73735 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() {