Accepting request 64570 from home:dirkmueller:branches:Kernel:HEAD
thanks for doing this. OBS-URL: https://build.opensuse.org/request/show/64570 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=29
This commit is contained in:
parent
d28b4f23a6
commit
aebca233c8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -22,4 +22,5 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
|
iwlwifi-5000-5.ucode filter=lfs diff=lfs merge=lfs -text
|
||||||
iwlwifi-6000-4.ucode filter=lfs diff=lfs merge=lfs -text
|
iwlwifi-6000-4.ucode filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:daa63b7397127c644ed2aa92644f262aa604873fb16b288bac7f829f1c27d5fa
|
oid sha256:f2e7832fed93bf563d200469daae7794336119f69f7fbc3396bf4e6b7c0a754f
|
||||||
size 26719539
|
size 26893995
|
||||||
|
@ -27,7 +27,8 @@ Group: System/Kernel
|
|||||||
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
||||||
Source0: %name-%{version}.tar.bz2
|
Source0: %name-%{version}.tar.bz2
|
||||||
Source1: firmware.sh
|
Source1: firmware.sh
|
||||||
Source2: iwlwifi-6000-4.ucode
|
Source2: iwlwifi-5000-5.ucode
|
||||||
|
Source3: iwlwifi-6000-4.ucode
|
||||||
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
|
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -70,7 +71,8 @@ bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
|
|||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
# fix older version of the iwlwifi firmware (bnc#653508)
|
# fix older version of the iwlwifi firmware (bnc#653508)
|
||||||
cp ${RPM_SOURCE_DIR}/iwlwifi-6000-4.ucode %{buildroot}/lib/firmware
|
install -m 644 ${RPM_SOURCE_DIR}/iwlwifi-5000-5.ucode %{buildroot}/lib/firmware
|
||||||
|
install -m 644 ${RPM_SOURCE_DIR}/iwlwifi-6000-4.ucode %{buildroot}/lib/firmware
|
||||||
|
|
||||||
# create symlinks for Broadcom driver (bnc#673054)
|
# create symlinks for Broadcom driver (bnc#673054)
|
||||||
cd %{buildroot}/lib/firmware/brcm/
|
cd %{buildroot}/lib/firmware/brcm/
|
||||||
|
3
iwlwifi-5000-5.ucode
Normal file
3
iwlwifi-5000-5.ucode
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da259ae4b436f4d166aad2139f23694c2737e25288095140a1809d60fe676247
|
||||||
|
size 340696
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 20:15:56 CET 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update intel 5000 firmware to version matching 2.6.38
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 10 22:21:34 UTC 2011 - gregkh@suse.de
|
Thu Mar 10 22:21:34 UTC 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,8 @@ Group: System/Kernel
|
|||||||
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
||||||
Source0: %name-%{version}.tar.bz2
|
Source0: %name-%{version}.tar.bz2
|
||||||
Source1: firmware.sh
|
Source1: firmware.sh
|
||||||
Source2: iwlwifi-6000-4.ucode
|
Source2: iwlwifi-5000-5.ucode
|
||||||
|
Source3: iwlwifi-6000-4.ucode
|
||||||
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
|
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -70,7 +71,8 @@ bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
|
|||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
# fix older version of the iwlwifi firmware (bnc#653508)
|
# fix older version of the iwlwifi firmware (bnc#653508)
|
||||||
cp ${RPM_SOURCE_DIR}/iwlwifi-6000-4.ucode %{buildroot}/lib/firmware
|
install -m 644 ${RPM_SOURCE_DIR}/iwlwifi-5000-5.ucode %{buildroot}/lib/firmware
|
||||||
|
install -m 644 ${RPM_SOURCE_DIR}/iwlwifi-6000-4.ucode %{buildroot}/lib/firmware
|
||||||
|
|
||||||
# create symlinks for Broadcom driver (bnc#673054)
|
# create symlinks for Broadcom driver (bnc#673054)
|
||||||
cd %{buildroot}/lib/firmware/brcm/
|
cd %{buildroot}/lib/firmware/brcm/
|
||||||
|
Loading…
Reference in New Issue
Block a user