diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-28 20:52:50 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-28 20:52:50 +0000 |
commit | 9a8a8d4e627d7ea73a7a2862c3db20d890033e6d (patch) | |
tree | 92785a5dc0f08cc3f9878e5e5a8e55f61d4cfe3c /testing | |
parent | 531c332dc21472cdbd6be34982c7ee088482ffd1 (diff) | |
download | aports-9a8a8d4e627d7ea73a7a2862c3db20d890033e6d.tar.bz2 aports-9a8a8d4e627d7ea73a7a2862c3db20d890033e6d.tar.xz |
testing/ipt-netflow-grsec: grsec not supported on aarch64
Diffstat (limited to 'testing')
-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 f0d8383295..ab4fac5273 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" +arch="all !aarch64" license=GPL3+ source="ipt-netflow-$_ver.tar.gz::https://github.com/aabc/ipt-netflow/archive/v$_ver.tar.gz git.patch |