Accepting request 116702 from home:jirislaby:branches:Kernel:HEAD

Add 4 iwlwifi firmware files. (now with a bnc #)

OBS-URL: https://build.opensuse.org/request/show/116702
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=49
This commit is contained in:
Jeff Mahoney 2012-06-01 15:18:25 +00:00 committed by Git OBS Bridge
parent 318e77f88c
commit 2c18106cd5
7 changed files with 33 additions and 1 deletions

4
.gitattributes vendored
View File

@ -24,5 +24,9 @@
## Specific LFS patterns
bnx2-mips-06-6.2.3.fw filter=lfs diff=lfs merge=lfs -text
bnx2-mips-09-6.2.1b.fw filter=lfs diff=lfs merge=lfs -text
iwlwifi-105-6.ucode filter=lfs diff=lfs merge=lfs -text
iwlwifi-135-6.ucode filter=lfs diff=lfs merge=lfs -text
iwlwifi-2000-6.ucode filter=lfs diff=lfs merge=lfs -text
iwlwifi-2030-6.ucode filter=lfs diff=lfs merge=lfs -text
iwlwifi-4965-1.ucode filter=lfs diff=lfs merge=lfs -text
t4fw.bin filter=lfs diff=lfs merge=lfs -text

3
iwlwifi-105-6.ucode Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cb5c90756de33f044ebf82e0a9295f73534577d6b011be3b79df98412880487
size 689680

3
iwlwifi-135-6.ucode Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db87dd4a4307bf5b553de80dd135598319fc6c8133dac8cc8d1673e9c27f5ee1
size 701228

3
iwlwifi-2000-6.ucode Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f026eed05503e1fe752bebcd1e0a03aed79d0da757ae69d7dea82295036f1f82
size 695876

3
iwlwifi-2030-6.ucode Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d84a8cbdaa1fd12917a8b65a08d4ba59fae1d578444389fcf5982193e3e8b9d
size 707392

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 8 10:25:51 UTC 2012 - jslaby@suse.cz
- Add 4 iwlwifi firmware files. (bnc#760857)
iwlwifi-105-6.ucode
iwlwifi-135-6.ucode
iwlwifi-2000-6.ucode
iwlwifi-2030-6.ucode
-------------------------------------------------------------------
Fri Mar 2 14:15:51 UTC 2012 - jlee@novell.com

View File

@ -16,7 +16,6 @@
#
Name: kernel-firmware
BuildRequires: fdupes
BuildRequires: kernel-default
@ -34,6 +33,10 @@ Source3: iwlwifi-4965-1.ucode
Source4: t4fw.bin
Source5: bnx2-mips-06-6.2.3.fw
Source6: bnx2-mips-09-6.2.1b.fw
Source7: iwlwifi-105-6.ucode
Source8: iwlwifi-135-6.ucode
Source9: iwlwifi-2000-6.ucode
Source10: iwlwifi-2030-6.ucode
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
%define __ksyms_supplements bash %_sourcedir/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
%define __ksyms_path ^/lib/firmware
@ -78,6 +81,10 @@ previously included in the kernel. It is shared by all kernels >=
%prep
%setup -q -n linux-firmware-%version -a 2
cp -v %{S:3} iwlwifi-4965-1.ucode
cp -v %{S:7} .
cp -v %{S:8} .
cp -v %{S:9} .
cp -v %{S:10} .
cp -v %{S:4} cxgb4/t4fw.bin
cp -v %{S:5} bnx2/bnx2-mips-06-6.2.3.fw
cp -v %{S:6} bnx2/bnx2-mips-09-6.2.1b.fw