diff options
Diffstat (limited to 'core/iproute2/PKGBUILD')
-rw-r--r-- | core/iproute2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/iproute2/PKGBUILD b/core/iproute2/PKGBUILD index 78824bcfd..26f4be43c 100644 --- a/core/iproute2/PKGBUILD +++ b/core/iproute2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iproute2 pkgver=3.8.0 pkgrel=1 pkgdesc="IP Routing Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" depends=('glibc' 'db' 'iptables') |