linux-lts: add firmwares in depends
This commit is contained in:
parent
08bc4a7212
commit
e39e74fe70
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux-lts'
|
||||||
pkgname=linux-lts
|
pkgname=linux-lts
|
||||||
version=4.9
|
version=4.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
||||||
|
@ -10,7 +10,7 @@ license="Public domain"
|
||||||
|
|
||||||
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-intel linux-firmware-nvidia linux-firmware-network dracut"
|
||||||
_depends_headers="linux${version}-headers"
|
_depends_headers="linux${version}-headers"
|
||||||
;;
|
;;
|
||||||
arm*|aarch64*)
|
arm*|aarch64*)
|
||||||
|
|
Loading…
Reference in New Issue