Skip to content

Commit a4fb5ae

Browse files
committed
Revert "linux-firmware: update to 20250509."
This reverts commit 112cfe8. there is a severe regression with ath12k firmware
1 parent aadbc30 commit a4fb5ae

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

srcpkgs/linux-firmware/template

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Template file for 'linux-firmware'
22
pkgname=linux-firmware
3-
version=20250509
3+
reverts="20250509_1"
4+
version=20250311
45
revision=1
56
hostmakedepends="rdfind which $(vopt_if compressed zstd)"
67
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
@@ -10,7 +11,7 @@ license="custom:see /usr/share/licenses/linux-firmware"
1011
homepage="https://www.kernel.org/"
1112
changelog="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/"
1213
distfiles="https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${version}/linux-firmware-${version}.tar.gz"
13-
checksum=d990e2b1ed2aaf5d4d3bad2e3623710255ca5e62a6540e85193cc00d19d02b70
14+
checksum=2a67a3fc91aea41679b8628909b0e47085e089163374f961a1ff94cd35a49ff7
1415
python_version=3
1516
nostrip=yes
1617

@@ -34,6 +35,7 @@ do_install() {
3435
linux-firmware-amd_package() {
3536
short_desc+=" - AMD CPU/GPU microcode"
3637
nostrip=yes
38+
reverts="20250509_1"
3739
pkg_install() {
3840
vmove usr/lib/firmware/amd*
3941
vmove usr/lib/firmware/radeon
@@ -48,6 +50,7 @@ linux-firmware-amd_package() {
4850
linux-firmware-broadcom_package() {
4951
short_desc+=" - Broadcom network blobs"
5052
nostrip=yes
53+
reverts="20250509_1"
5154
pkg_install() {
5255
vmove usr/lib/firmware/brcm
5356
vmove usr/share/licenses/linux-firmware/LICENCE.broadcom_bcm43xx
@@ -62,6 +65,7 @@ linux-firmware-broadcom_package() {
6265
linux-firmware-intel_package() {
6366
short_desc+=" - Intel GPU microcode"
6467
nostrip=yes
68+
reverts="20250509_1"
6569
pkg_install() {
6670
vmove usr/lib/firmware/i915
6771
vmove usr/share/licenses/linux-firmware/LICENSE.i915
@@ -71,6 +75,7 @@ linux-firmware-intel_package() {
7175
linux-firmware-nvidia_package() {
7276
short_desc+=" NVIDIA GPU microcode"
7377
nostrip=yes
78+
reverts="20250509_1"
7479
pkg_install() {
7580
vmove usr/lib/firmware/nvidia
7681
vmove usr/share/licenses/linux-firmware/LICENCE.nvidia*
@@ -86,6 +91,7 @@ linux-firmware-network_package() {
8691
;;
8792
esac
8893
nostrip=yes
94+
reverts="20250509_1"
8995
pkg_install() {
9096
_pats=(
9197
# Airoha Ethernet PHY
@@ -176,6 +182,7 @@ linux-firmware-network_package() {
176182
linux-firmware-qualcomm_package() {
177183
short_desc+=" - Qualcomm SoC blobs"
178184
nostrip=yes
185+
reverts="20250509_1"
179186
pkg_install() {
180187
vmove usr/lib/firmware/qcom
181188
}

0 commit comments

Comments
 (0)