diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-20 14:09:19 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-20 14:09:19 +0000 |
commit | e0a41f62852d25ee05696c85e6541ec2c9e93072 (patch) | |
tree | c902a50614aba6cd196949bcd2c475901e81a330 /scripts/ipkg | |
parent | ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6 (diff) |
add "Architecture" field to opkg status file (closes: #3901)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/ipkg')
-rwxr-xr-x | scripts/ipkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg b/scripts/ipkg index 9143c984e..d798bcac7 100755 --- 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() { |