[Lunar-commits] <moonbase> broadcom-wl: adding module.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Aug 12 14:20:17 CEST 2009
commit 28d70ed1b69c2049cff14b60b1355a858be55b8b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Aug 12 08:20:17 2009 -0400
broadcom-wl: adding module.
---
wifi/broadcom-wl/BUILD | 11 +++++++++++
wifi/broadcom-wl/DEPENDS | 1 +
wifi/broadcom-wl/DETAILS | 14 ++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/wifi/broadcom-wl/BUILD b/wifi/broadcom-wl/BUILD
new file mode 100644
index 0000000..28837a0
--- /dev/null
+++ b/wifi/broadcom-wl/BUILD
@@ -0,0 +1,11 @@
+(
+
+ FIRMWARE_INSTALL_DIR="/lib/firmware/"
+
+ prepare_install &&
+ mkdir -p $FIRMWARE_INSTALL_DIR &&
+
+ cd driver &&
+ b43-fwcutter -w $FIRMWARE_INSTALL_DIR wl_apsta_mimo.o
+
+) > $C_FIFO 2>&1
diff --git a/wifi/broadcom-wl/DEPENDS b/wifi/broadcom-wl/DEPENDS
new file mode 100644
index 0000000..8847b15
--- /dev/null
+++ b/wifi/broadcom-wl/DEPENDS
@@ -0,0 +1 @@
+depends b43-fwcutter
diff --git a/wifi/broadcom-wl/DETAILS b/wifi/broadcom-wl/DETAILS
new file mode 100644
index 0000000..250aa3f
--- /dev/null
+++ b/wifi/broadcom-wl/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=broadcom-wl
+ VERSION=4.150.10.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://mirror2.openwrt.org/sources/
+ SOURCE_VFY=sha1:2dc21875dae79113b31d1dd16179ab3431d0f0ae
+ WEB_SITE=http://linuxwireless.org/en/users/Drivers/b43#b43_and_b43legacy
+ ENTERED=20090812
+ UPDATED=20090812
+ SHORT="Firmware for broadcom"
+cat << EOF
+The b43 drivers (bcm43xx in mainline kernels, b43 and b43legacy in wireless-2.6
+and 2.6.24 and later) are drivers for the 802.11 B/G family of wireless chips
+Broadcom produces.
+EOF
More information about the Lunar-commits
mailing list