mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
Revert "linux-firmware: update to 20250509."
This reverts commit 112cfe8865
.
there is a severe regression with ath12k firmware
This commit is contained in:
parent
aadbc30ca0
commit
a4fb5ae258
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20250509
|
||||
reverts="20250509_1"
|
||||
version=20250311
|
||||
revision=1
|
||||
hostmakedepends="rdfind which $(vopt_if compressed zstd)"
|
||||
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
|
||||
|
@ -10,7 +11,7 @@ license="custom:see /usr/share/licenses/linux-firmware"
|
|||
homepage="https://www.kernel.org/"
|
||||
changelog="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/"
|
||||
distfiles="https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${version}/linux-firmware-${version}.tar.gz"
|
||||
checksum=d990e2b1ed2aaf5d4d3bad2e3623710255ca5e62a6540e85193cc00d19d02b70
|
||||
checksum=2a67a3fc91aea41679b8628909b0e47085e089163374f961a1ff94cd35a49ff7
|
||||
python_version=3
|
||||
nostrip=yes
|
||||
|
||||
|
@ -34,6 +35,7 @@ do_install() {
|
|||
linux-firmware-amd_package() {
|
||||
short_desc+=" - AMD CPU/GPU microcode"
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/amd*
|
||||
vmove usr/lib/firmware/radeon
|
||||
|
@ -48,6 +50,7 @@ linux-firmware-amd_package() {
|
|||
linux-firmware-broadcom_package() {
|
||||
short_desc+=" - Broadcom network blobs"
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/brcm
|
||||
vmove usr/share/licenses/linux-firmware/LICENCE.broadcom_bcm43xx
|
||||
|
@ -62,6 +65,7 @@ linux-firmware-broadcom_package() {
|
|||
linux-firmware-intel_package() {
|
||||
short_desc+=" - Intel GPU microcode"
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/i915
|
||||
vmove usr/share/licenses/linux-firmware/LICENSE.i915
|
||||
|
@ -71,6 +75,7 @@ linux-firmware-intel_package() {
|
|||
linux-firmware-nvidia_package() {
|
||||
short_desc+=" NVIDIA GPU microcode"
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/nvidia
|
||||
vmove usr/share/licenses/linux-firmware/LICENCE.nvidia*
|
||||
|
@ -86,6 +91,7 @@ linux-firmware-network_package() {
|
|||
;;
|
||||
esac
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
_pats=(
|
||||
# Airoha Ethernet PHY
|
||||
|
@ -176,6 +182,7 @@ linux-firmware-network_package() {
|
|||
linux-firmware-qualcomm_package() {
|
||||
short_desc+=" - Qualcomm SoC blobs"
|
||||
nostrip=yes
|
||||
reverts="20250509_1"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/qcom
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue