Accepting request 62754 from home:gregkh:branches:Kernel:HEAD

OBS-URL: https://build.opensuse.org/request/show/62754
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=26
This commit is contained in:
Greg Kroah-Hartman 2011-02-24 21:45:50 +00:00 committed by Git OBS Bridge
parent 61697f35fe
commit 1f75215aa1
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcca89ee081c8798aa36a7a76e99ef98cdc090d5d62d55a1f324c3e2764508c3
size 25421395
oid sha256:68a94a9434a853cc3cefac643728f1ce5adfd748df20fa948e84c5c77939917d
size 27012224

View File

@ -68,6 +68,11 @@ rm -f %{buildroot}/lib/firmware/WHENCE
bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
%fdupes %{buildroot}
# create symlinks for Broadcom driver (bnc#673054)
cd %{buildroot}/lib/firmware/brcm/
ln -s bcm43xx-0-610-809-0.fw bcm43xx-0.fw
ln -s bcm43xx_hdr-0-610-809-0.fw bcm43xx_hdr-0.fw
%clean
rm -rf %{buildroot}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 24 21:40:58 UTC 2011 - gregkh@suse.de
- create symlinks for Broadcom driver (bnc#673054)
-------------------------------------------------------------------
Sat Feb 5 13:56:23 UTC 2011 - johannesobermayr@gmx.de

View File

@ -68,6 +68,11 @@ rm -f %{buildroot}/lib/firmware/WHENCE
bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
%fdupes %{buildroot}
# create symlinks for Broadcom driver (bnc#673054)
cd %{buildroot}/lib/firmware/brcm/
ln -s bcm43xx-0-610-809-0.fw bcm43xx-0.fw
ln -s bcm43xx_hdr-0-610-809-0.fw bcm43xx_hdr-0.fw
%clean
rm -rf %{buildroot}