New package: linux-base-2021.07.21
Base package to be used as dependency for linux and linux-lts. This way they can share the same code and users who want to stick with a given kernel version can just install that one and linux-base instead of needing the linux or linux-lts meta and ignorepkg dances.
This commit is contained in:
parent
609a4c5542
commit
6f5582e2c7
1 changed files with 18 additions and 0 deletions
18
srcpkgs/linux-base/template
Normal file
18
srcpkgs/linux-base/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'linux-base'
|
||||
pkgname=linux-base
|
||||
version=2021.07.21
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Linux kernel base dependencies"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="Public Domain"
|
||||
homepage="https://voidlinux.org/"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
depends="linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
|
||||
;;
|
||||
ppc*|armv7l*|aarch64*)
|
||||
depends="linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue