From cc21d097bd3023b4a26a132a893a76c210ac3252 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 21 Sep 2021 18:40:57 +0200 Subject: extra/archboot: fixed patch and removed broadcom-wl on i486 --- extra/archboot/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extra') diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD index bcf161a3..e79290b4 100644 --- a/extra/archboot/PKGBUILD +++ b/extra/archboot/PKGBUILD @@ -7,3 +7,8 @@ eval "$( s/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/ ' )" + +# broadcom-wl doesn't build on i486 +if [ "${CARCH}" = 'i486' ]; then + depends=(${depends[@]/broadcom-wl/}) +fi -- cgit v1.2.3-54-g00ecf