diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-20 14:09:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-20 14:09:19 +0000 |
commit | 718fd729dfe78d8827309950dac68a1298360b73 (patch) | |
tree | 2754529efcc6600743627979516e811032f982ed /scripts/ipkg | |
parent | 1e82faaa5e835b00676421b1c63bef541f8ca0d3 (diff) | |
download | upstream-718fd729dfe78d8827309950dac68a1298360b73.tar.gz upstream-718fd729dfe78d8827309950dac68a1298360b73.tar.bz2 upstream-718fd729dfe78d8827309950dac68a1298360b73.zip |
add "Architecture" field to opkg status file (closes: #3901)
SVN-Revision: 12349
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 9143c984ed..d798bcac72 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() { |