diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 07:14:40 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 07:14:40 +0000 |
commit | b99f7aa7c1c4a82b7cd53c45f7d9e89d93f7c60e (patch) | |
tree | 375c048b1e71d6092d94c863763fc127c994db44 /testing/crda | |
parent | b0d351b62df78f8e2c59726759b2367b77f34c85 (diff) | |
download | aports-b99f7aa7c1c4a82b7cd53c45f7d9e89d93f7c60e.tar.bz2 aports-b99f7aa7c1c4a82b7cd53c45f7d9e89d93f7c60e.tar.xz |
testing/crdb: disable, FTBFS
Diffstat (limited to 'testing/crda')
-rw-r--r-- | testing/crda/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crda/APKBUILD b/testing/crda/APKBUILD index 3ef95cdeda..5683baa0d2 100644 --- a/testing/crda/APKBUILD +++ b/testing/crda/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.14 pkgrel=0 pkgdesc="Linux Central Regulatory Domain Agent" url="https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA" -arch="all" +arch="" license="GPL" depends="wireless-regdb" makedepends="linux-headers libnl-dev py2-m2crypto libgcrypt-dev" |