diff options
Diffstat (limited to 'core/iptables')
-rw-r--r-- | core/iptables/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/iptables/PKGBUILD b/core/iptables/PKGBUILD index e8cc3b315..6b77e6817 100644 --- a/core/iptables/PKGBUILD +++ b/core/iptables/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iptables pkgver=1.4.15 pkgrel=1 pkgdesc='Linux kernel packet control tool' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://www.netfilter.org/projects/iptables/index.html' depends=('glibc' 'bash') |