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 | 2cb3a033d0418ba4d290f742579a5062c2d48106 (patch) | |
tree | c902a50614aba6cd196949bcd2c475901e81a330 /scripts | |
parent | 088d86511f9e407a27a62e16af60ced1fb05944f (diff) | |
download | upstream-2cb3a033d0418ba4d290f742579a5062c2d48106.tar.gz upstream-2cb3a033d0418ba4d290f742579a5062c2d48106.tar.bz2 upstream-2cb3a033d0418ba4d290f742579a5062c2d48106.zip |
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')
-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() { |