1 # B43-Firmware: Installer: Arch
2 # Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
3 # Contributor: Todd Partridge (Gen2ly) toddrpartridge (at) gmail
5 pkgname=b43-firmware-legacy
9 pkgdesc="Firmware for legacy Broadcom B43 wireless networking chips"
10 arch=("i686" "x86_64")
11 url="http://linuxwireless.org/en/users/Drivers/b43"
14 makedepends=("b43-fwcutter")
17 source=(http://downloads.openwrt.org/sources/${realname}-${pkgver}.o)
18 sha1sums=('b1f61d283bd7d05ade313da522cb0d0ad4033652')
25 install -d ${pkgdir}/lib/firmware/
28 b43-fwcutter -w "${pkgdir}/lib/firmware/" ${realname}-${pkgver}.o || return 1
31 msg "You should also add 'b43legacy' into the 'modules' section of your '/etc/rc.conf' file."