diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD index cf7f8a0e3b4c3a2017bd5a34d80c0ce596b1bce0..57e11e6c572133bdccdb89a59562afa0ae45a11b 100644 --- a/community/iwd/APKBUILD +++ b/community/iwd/APKBUILD @@ -17,6 +17,11 @@ source="https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-$pkgver.t main.conf iwd.post-upgrade " + +case "$CARCH" in +mips*) options="!check";; +esac + build() { ./configure \ --build=$CBUILD \