diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 03:40:23 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 03:40:23 +0000 |
commit | 826bc345b4b18e0fae49785faa3faa52423b0d7c (patch) | |
tree | ed10648f932cef6fbd7d7097bd53d3acb63b560e /testing/ipt-netflow-grsec | |
parent | 8c5c18288416d0b75bb58e3d5bc10bcb9a67b949 (diff) | |
download | aports-826bc345b4b18e0fae49785faa3faa52423b0d7c.tar.bz2 aports-826bc345b4b18e0fae49785faa3faa52423b0d7c.tar.xz |
testing/{ipt-netflow-grsec,sch-cacke-grsec,wireguard-grsec}: fix $arch
we only ship linux-grsec on x86/x86_64/armhf, and there are no plans to ship it on any other archs,
so $arch=all is improper.
Diffstat (limited to 'testing/ipt-netflow-grsec')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index 96c61429c8..8987d0b8cf 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -27,7 +27,7 @@ pkgver=$_kver pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Linux kernel netflow sensor module" url="http://ipt-netflow.sourceforge.net/" -arch="all !aarch64" +arch="x86 x86_64 armhf" license=GPL3+ source="ipt-netflow-$_ver.tar.gz::https://github.com/aabc/ipt-netflow/archive/v$_ver.tar.gz kernel-4.6.patch |