mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
c7b36a0ad4
commit
e0ca5ce11d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user