Accepting request 79465 from hardware

- Remove 2 files that require 300+ MB downloads
- Add 5 new files with newest firmware (508.X, 644.1001, and 666.2)
  * 802.11 cores through rev 22 are supported
- the install_bcm43xx_firmware script now unloads and
  reloads the driver so that it will work immediately
- Removed firmware-IDs from fwcutter - they are not maintained in kernel
- Updated to Revision 15

OBS-URL: https://build.opensuse.org/request/show/79465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b43-fwcutter?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2011-08-22 14:18:01 +00:00
committed by Git OBS Bridge
parent 9b0498eddd
commit 9e4cdb7485
4 changed files with 948 additions and 204 deletions

View File

@@ -6,9 +6,9 @@
# WLAN cards using Broadcom's bcm43xx chips.
# firmware for b43
URL1=http://mirror2.openwrt.org/sources
FILE1=broadcom-wl-4.178.10.4.tar.bz2
FIRMWARE1=broadcom-wl-4.178.10.4/linux/wl_apsta.o
URL1=http://www.lwfinger.com/b43-firmware
FILE1=broadcom-wl-5.10.144.3.tar.bz2
FIRMWARE1=broadcom-wl-5.10.144.3/linux/wl_apsta.o
# firmware for b43legacy
URL2=http://downloads.openwrt.org/sources
@@ -45,11 +45,15 @@ fi
echo
if [ -d /lib/firmware/b43 ] ; then
echo "b43 firmware successfully installed."
/sbin/modprobe -r b43
/sbin/modprobe b43
else
echo "b43 firmware installation failed."
fi
if [ -d /lib/firmware/b43legacy ] ; then
echo "b43legacy firmware successfully installed."
/sbin/modprobe -r b43legacy
/sbin/modprobe b43legacy
else
echo "b43legacy firmware installation failed."
fi