linux: make this build on !x86 (empty stub for dkms).
This commit is contained in:
parent
8cef54c75a
commit
fb45d66260
1 changed files with 1 additions and 1 deletions
|
@ -7,13 +7,13 @@ homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="The Linux kernel meta package"
|
short_desc="The Linux kernel meta package"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
||||||
_depends_headers="linux${version}-headers"
|
_depends_headers="linux${version}-headers"
|
||||||
;;
|
;;
|
||||||
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
linux-headers_package() {
|
linux-headers_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue