1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/xtables-addons-rpi: enable on armv7 and armhf

fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16707
This commit is contained in:
Natanael Copa 2024-12-12 13:14:36 +01:00
parent 6224bc3fbf
commit 8ac8dc7274

View file

@ -19,7 +19,7 @@ pkgrel=$(( _krel + _rel ))
pkgdesc="Iptables extensions kernel modules"
url="https://inai.de/projects/xtables-addons/"
arch="aarch64"
arch="aarch64 amrv7 armhf"
license="GPL-2.0-or-later"
depends="$_kpkg=$_kpkgver"
makedepends="$_kpkg-dev=$_kpkgver iptables-dev linux-headers"