[Lunar-commits] iwlwifi: Moving to moonbase section wifi.
Dennis Veatch
dennisveatch at bellsouth.net
Mon Dec 3 17:48:47 CET 2007
commit 7f0761d70e45deed635ad4ebb62ed066bfd7ac27
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon Dec 3 11:48:08 2007 -0500
iwlwifi: Moving to moonbase section wifi.
The ipw3945 project is deprecated and they recommend iwlwifi
to be used. They provide snapshots and the latest works well
here. For the time being I will leave the ipw3945 modules
in place.
---
wifi/iwlwifi/BUILD | 21 +++++++++++++++++++++
wifi/iwlwifi/DEPENDS | 1 +
wifi/iwlwifi/DETAILS | 17 +++++++++++++++++
zbeta/iwlwifi/BUILD | 21 ---------------------
zbeta/iwlwifi/DEPENDS | 1 -
zbeta/iwlwifi/DETAILS | 17 -----------------
6 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/wifi/iwlwifi/BUILD b/wifi/iwlwifi/BUILD
new file mode 100644
index 0000000..96ae275
--- /dev/null
+++ b/wifi/iwlwifi/BUILD
@@ -0,0 +1,21 @@
+(
+
+ KVER=$(if [ -f /usr/src/linux/include/linux/utsrelease.h ] ; then
+ grep UTS_RELEASE /usr/src/linux/include/linux/utsrelease.h | cut -d'"' -f2
+ else
+ grep UTS_RELEASE /usr/src/linux/include/linux/version.h | cut -d'"' -f2
+ fi)
+
+ if ! $(uname -r | grep -q "^2\.6") ; then
+ message ""
+ message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}";
+ message ""
+ exit 1;
+ fi &&
+
+ make KVER=$KVER compatible/kversion || true &&
+ default_make &&
+
+ gather_docs ISSUES
+
+) > $C_FIFO 2>&1
diff --git a/wifi/iwlwifi/DEPENDS b/wifi/iwlwifi/DEPENDS
new file mode 100644
index 0000000..4a0c7a9
--- /dev/null
+++ b/wifi/iwlwifi/DEPENDS
@@ -0,0 +1 @@
+depends iwlwifi-3945-ucode
diff --git a/wifi/iwlwifi/DETAILS b/wifi/iwlwifi/DETAILS
new file mode 100644
index 0000000..9b753f8
--- /dev/null
+++ b/wifi/iwlwifi/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=iwlwifi
+ VERSION=1.2.22
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/
+ SOURCE_VFY=sha1:62b3e6b47772adf441ea4300dca36f407caa807b
+ WEB_SITE=http://www.intellinuxwireless.org
+ ENTERED=20071013
+ UPDATED=20071203
+ SHORT="Intel PRO/Wireless 3945 Driver for Linux"
+ PSAFE=no
+
+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).
+EOF
diff --git a/zbeta/iwlwifi/BUILD b/zbeta/iwlwifi/BUILD
deleted file mode 100644
index 96ae275..0000000
--- a/zbeta/iwlwifi/BUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-(
-
- KVER=$(if [ -f /usr/src/linux/include/linux/utsrelease.h ] ; then
- grep UTS_RELEASE /usr/src/linux/include/linux/utsrelease.h | cut -d'"' -f2
- else
- grep UTS_RELEASE /usr/src/linux/include/linux/version.h | cut -d'"' -f2
- fi)
-
- if ! $(uname -r | grep -q "^2\.6") ; then
- message ""
- message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}";
- message ""
- exit 1;
- fi &&
-
- make KVER=$KVER compatible/kversion || true &&
- default_make &&
-
- gather_docs ISSUES
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/iwlwifi/DEPENDS b/zbeta/iwlwifi/DEPENDS
deleted file mode 100644
index 4a0c7a9..0000000
--- a/zbeta/iwlwifi/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends iwlwifi-3945-ucode
diff --git a/zbeta/iwlwifi/DETAILS b/zbeta/iwlwifi/DETAILS
deleted file mode 100644
index 538247b..0000000
--- a/zbeta/iwlwifi/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=iwlwifi
- VERSION=1.1.21
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/
- SOURCE_VFY=sha1:654fddef16a474c008062e04b4e33b1fe60a4500
- WEB_SITE=http://www.intellinuxwireless.org
- ENTERED=20071013
- UPDATED=20071013
- SHORT="Intel PRO/Wireless 3945 Driver for Linux"
- PSAFE=no
-
-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).
-EOF
More information about the Lunar-commits
mailing list