community/jool-modules-lts: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-08 04:55:29 +00:00
parent c1086bf062
commit 16bb73f85d

View File

@ -30,7 +30,7 @@ pkgver=$_kver
pkgrel=$(( $_krel + $_rel ))
pkgdesc="SIIT and NAT64 for Linux (kernel modules for linux-$_flavor)"
url="https://jool.mx"
arch="all !armhf"
arch="all !armhf !mips !mips64"
license="GPL-2.0-or-later"
depends="$_kpkg=$_kpkgver"
makedepends="$_kpkg-dev=$_kpkgver linux-headers"