testing/linux-tools: enable on arm*

This was only broken because it causes "swab.h" to be included on ARM
architectures, and that header was broken with musl in linux-headers.
This commit is contained in:
Minecrell 2020-03-27 13:05:34 +01:00 committed by Natanael Copa
parent c7b36a0ad4
commit e0ca5ce11d

View File

@ -4,10 +4,10 @@
pkgname=linux-tools
pkgver=5.4.25
_kernver=${pkgver%.*}
pkgrel=0
pkgrel=1
pkgdesc="Linux kernel tools meta package"
url="https://www.kernel.org/"
arch="all !aarch64 !armhf !armv7"
arch="all"
license="GPL-2.0-only"
depends="cpupower perf"
depends_dev="pciutils-dev readline-dev gettext-dev"