[Lunar-commits] r23526 - in moonbase/trunk/wifi: . bcm43xx-fwcutter

Moritz Heiber moe at lunar-linux.org
Wed Mar 7 02:06:26 CET 2007


Author: moe
Date: 2007-03-07 02:06:26 +0100 (Wed, 07 Mar 2007)
New Revision: 23526

Added:
   moonbase/trunk/wifi/bcm43xx-fwcutter/
   moonbase/trunk/wifi/bcm43xx-fwcutter/BUILD
   moonbase/trunk/wifi/bcm43xx-fwcutter/DETAILS
Log:
Adding the firmware cutting utility for the Broadcom 43xx chipset
driver. What it does is .. it takes a firmware file off a certain
Windows driver and extracts the necessary parts for a firmware
binary blob which in turn is later used by the kernel driver
(Much like the Intel IPW drivers .. only that you can download
the IPW based firmwares from their websites).



Added: moonbase/trunk/wifi/bcm43xx-fwcutter/BUILD
===================================================================
--- moonbase/trunk/wifi/bcm43xx-fwcutter/BUILD	                        (rev 0)
+++ moonbase/trunk/wifi/bcm43xx-fwcutter/BUILD	2007-03-07 01:06:26 UTC (rev 23526)
@@ -0,0 +1,7 @@
+(
+
+  sedit 's/\/usr\/local/\/usr/' Makefile &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/wifi/bcm43xx-fwcutter/DETAILS
===================================================================
--- moonbase/trunk/wifi/bcm43xx-fwcutter/DETAILS	                        (rev 0)
+++ moonbase/trunk/wifi/bcm43xx-fwcutter/DETAILS	2007-03-07 01:06:26 UTC (rev 23526)
@@ -0,0 +1,14 @@
+          MODULE=bcm43xx-fwcutter
+         VERSION=006
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=http://download.berlios.de/bcm43xx/
+   SOURCE_URL[1]=http://download2.berlios.de/bcm43xx/
+      SOURCE_VFY=sha1:45e43fb7784812def77c1190dcab122f73a20708
+        WEB_SITE=http://bcm43xx.berlios.de/
+         ENTERED=20070307
+         UPDATED=20070307
+           SHORT="a Broadcom 43xx driver for Linux"
+cat << EOF
+This is an attempt to write a Broadcom 43xx driver for Linux, based
+on this specification: http://bcm-specs.sipsolutions.net/
+EOF



More information about the Lunar-commits mailing list