network/b43legacy-firmware: Updated for version 3.130.20.0

This commit is contained in:
Roberto Neri 2010-05-13 00:35:47 +02:00 committed by Robby Workman
parent de354187fe
commit de26c6e54a
4 changed files with 10 additions and 9 deletions

View file

@ -3,4 +3,4 @@ Broadcom's wireless chip(s) legacy firmware.
See project homepage http://linuxwireless.org/en/users/Drivers/b43
for technical details and copyright information.
b43-fwcutter is required in order to build this package.
This requires b43-fwcutter.

View file

@ -4,7 +4,6 @@
# Project Homepage: http://linuxwireless.org/en/users/Drivers/b43
# Written by Roberto Neri <rneri@libero.it>
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=b43legacy-firmware
@ -37,4 +36,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
chown -R root:root .
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,8 @@ VERSION="3.130.20.0"
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
DOWNLOAD="http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o"
MD5SUM="e08665c5c5b66beb9c3b2dd54aa80cb3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Roberto Neri"
EMAIL="rneri@libero.it"
APPROVED="rworkman"