diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-23 20:50:31 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-23 20:50:31 +0200 |
commit | 3ed31a8e2a23d6c52b2662752a3741deaa1219e1 (patch) | |
tree | 8b2f796ba9904de6e3a1d4485f8311a4c78b766c /aports | |
parent | c5562e66cad3f27f9e5ba1c848e4e0917d35975f (diff) | |
download | freebsd-wifibox-alpine-3ed31a8e2a23d6c52b2662752a3741deaa1219e1.zip |
linux-lts: Needs `xz` in build time due to the compressed modules.
Diffstat (limited to 'aports')
-rw-r--r-- | aports/linux-lts/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aports/linux-lts/APKBUILD b/aports/linux-lts/APKBUILD index b018880..3286ad9 100644 --- a/aports/linux-lts/APKBUILD +++ b/aports/linux-lts/APKBUILD @@ -10,7 +10,7 @@ pkgrel=0 pkgdesc="Linux LTS kernel" url="https://www.kernel.org" depends= -makedepends="perl flex bison elfutils-dev sed installkernel bc linux-headers linux-firmware-any openssl1.1-compat-dev diffutils findutils zstd" +makedepends="perl flex bison elfutils-dev sed installkernel bc linux-headers linux-firmware-any openssl1.1-compat-dev diffutils findutils zstd xz" options="!strip" install= source="https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$_kernver.tar.xz |