forked from pool/kernel-firmware
Accepting request 666486 from home:mbrugger:branches:Kernel:HEAD
- Fix firmware for bcm43430 and bcm43455 (fate#326215) * rename brcmfmac43450 and brcfmac43455 to the compatible name used by brcmf_of_probe * delete brcmfmac43455-sdio.clm_blob as it was not accepted upstream OBS-URL: https://build.opensuse.org/request/show/666486 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=235
This commit is contained in:
parent
1c5fc146c9
commit
83e97de3f3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -23,7 +23,6 @@
|
|||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
ast_dp501_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ast_dp501_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
brcmfmac43455-sdio.clm_blob filter=lfs diff=lfs merge=lfs -text
|
|
||||||
ql2600_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ql2600_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
ql2700_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ql2700_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
ql8300_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ql8300_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e
|
|
||||||
size 14036
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 15 13:01:17 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
- Fix firmware for bcm43430 and bcm43455 (fate#326215)
|
||||||
|
* rename brcmfmac43450 and brcfmac43455 to the compatible name
|
||||||
|
used by brcmf_of_probe
|
||||||
|
* delete brcmfmac43455-sdio.clm_blob as it was not accepted upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 12:48:08 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
|
Fri Jan 11 12:48:08 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
@ -36,9 +36,8 @@ Source2: ast_dp501_fw.bin
|
|||||||
Source8: ql2600_fw.bin
|
Source8: ql2600_fw.bin
|
||||||
Source9: ql2700_fw.bin
|
Source9: ql2700_fw.bin
|
||||||
Source10: ql8300_fw.bin
|
Source10: ql8300_fw.bin
|
||||||
Source11: brcmfmac43430-sdio.raspberrypi-rpi.txt
|
Source11: brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||||
Source12: brcmfmac43455-sdio.clm_blob
|
Source12: brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||||
Source13: brcmfmac43455-sdio.raspberrypi-rpi.txt
|
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: suse-module-tools
|
BuildRequires: suse-module-tools
|
||||||
@ -96,7 +95,7 @@ This package contains the microcode files used by AMD CPUs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
||||||
cp %{SOURCE11} %{SOURCE12} %{SOURCE13} brcm/
|
cp %{SOURCE11} %{SOURCE12} brcm/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
Loading…
Reference in New Issue
Block a user