summaryrefslogtreecommitdiff
path: root/scripts/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-20 14:09:19 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-20 14:09:19 +0000
commit718fd729dfe78d8827309950dac68a1298360b73 (patch)
tree2754529efcc6600743627979516e811032f982ed /scripts/ipkg
parent1e82faaa5e835b00676421b1c63bef541f8ca0d3 (diff)
downloadmtk-20170518-718fd729dfe78d8827309950dac68a1298360b73.zip
mtk-20170518-718fd729dfe78d8827309950dac68a1298360b73.tar.gz
mtk-20170518-718fd729dfe78d8827309950dac68a1298360b73.tar.bz2
add "Architecture" field to opkg status file (closes: #3901)
SVN-Revision: 12349
Diffstat (limited to 'scripts/ipkg')
-rwxr-xr-xscripts/ipkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg b/scripts/ipkg
index 9143c98..d798bca 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() {