[Lunar-commits] iwlwifi-3945-ucode: Moving from zbeta to wifi section. The
stumbles
stumbles at lunar-linux.org
Thu Jan 10 16:40:55 CET 2008
commit 4eb85484720fcc0ad2f197a135e29b054bafe50e
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu Jan 10 10:40:55 2008 -0500
iwlwifi-3945-ucode: Moving from zbeta to wifi section. The
ipw3945 site says their stuff is depreciated in favor of the
iwlwifi. I have been using the iwlwifi-3945 for a while and
works fine, no issues noted.
---
wifi/iwlwifi-3945-ucode/BUILD | 8 ++++++++
wifi/iwlwifi-3945-ucode/DETAILS | 19 +++++++++++++++++++
zbeta/iwlwifi-3945-ucode/BUILD | 8 --------
zbeta/iwlwifi-3945-ucode/DETAILS | 19 -------------------
4 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/wifi/iwlwifi-3945-ucode/BUILD b/wifi/iwlwifi-3945-ucode/BUILD
new file mode 100644
index 0000000..66d732d
--- /dev/null
+++ b/wifi/iwlwifi-3945-ucode/BUILD
@@ -0,0 +1,8 @@
+(
+
+ prepare_install &&
+ mkdir -p /lib/firmware &&
+ cp -p iwlwifi-3945-1.ucode /lib/firmware/iwlwifi-3945-1.ucode &&
+ gather_docs README.iwlwifi-3945-ucode
+
+) > $C_FIFO 2>&1
diff --git a/wifi/iwlwifi-3945-ucode/DETAILS b/wifi/iwlwifi-3945-ucode/DETAILS
new file mode 100644
index 0000000..a33574b
--- /dev/null
+++ b/wifi/iwlwifi-3945-ucode/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=iwlwifi-3945-ucode
+ VERSION=2.14.1.5
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/
+ SOURCE_VFY=sha1:aeeeccb2fddeff86ee7dbdca0f0d627d0c99d45c
+ WEB_SITE=http://www.intellinuxwireless.org
+ ENTERED=20071013
+ UPDATED=20080109
+ SHORT="Intel PRO/Wireless 3945 microcode image for Linux"
+
+cat << EOF
+This project was created by Intel to enable support for the Intel
+PRO/Wireless 3945ABG (IWL3945) Network Connection adapter. This project is
+intended to be a community effort as much as is possible given some working
+constraints (mainly, no HW documentation is available).
+
+This contains the REQUIRED binary micro code that is uploaded to the card upon
+initialization.
+EOF
diff --git a/zbeta/iwlwifi-3945-ucode/BUILD b/zbeta/iwlwifi-3945-ucode/BUILD
deleted file mode 100644
index 66d732d..0000000
--- a/zbeta/iwlwifi-3945-ucode/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- prepare_install &&
- mkdir -p /lib/firmware &&
- cp -p iwlwifi-3945-1.ucode /lib/firmware/iwlwifi-3945-1.ucode &&
- gather_docs README.iwlwifi-3945-ucode
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/iwlwifi-3945-ucode/DETAILS b/zbeta/iwlwifi-3945-ucode/DETAILS
deleted file mode 100644
index a33574b..0000000
--- a/zbeta/iwlwifi-3945-ucode/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=iwlwifi-3945-ucode
- VERSION=2.14.1.5
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/
- SOURCE_VFY=sha1:aeeeccb2fddeff86ee7dbdca0f0d627d0c99d45c
- WEB_SITE=http://www.intellinuxwireless.org
- ENTERED=20071013
- UPDATED=20080109
- SHORT="Intel PRO/Wireless 3945 microcode image for Linux"
-
-cat << EOF
-This project was created by Intel to enable support for the Intel
-PRO/Wireless 3945ABG (IWL3945) Network Connection adapter. This project is
-intended to be a community effort as much as is possible given some working
-constraints (mainly, no HW documentation is available).
-
-This contains the REQUIRED binary micro code that is uploaded to the card upon
-initialization.
-EOF
More information about the Lunar-commits
mailing list