[Lunar-commits] <moonbase> iwlwifi: remove it because it is included in the last versions of the 2.6 kernel.
Florin Braescu
florin at lunar-linux.org
Fri Dec 12 16:58:57 CET 2008
commit 000e5ea4e982259d78700c5c35d343fb759714da
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Dec 12 17:58:57 2008 +0200
iwlwifi: remove it because it is included in the last versions of the 2.6 kernel.
---
wifi/iwlwifi/BUILD | 23 -----------------------
wifi/iwlwifi/DEPENDS | 2 --
wifi/iwlwifi/DETAILS | 21 ---------------------
3 files changed, 0 insertions(+), 46 deletions(-)
diff --git a/wifi/iwlwifi/BUILD b/wifi/iwlwifi/BUILD
deleted file mode 100644
index a578bf4..0000000
--- a/wifi/iwlwifi/BUILD
+++ /dev/null
@@ -1,23 +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)
-
- patch_it $SOURCE2 1 &&
-
- 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
deleted file mode 100644
index 8e4521d..0000000
--- a/wifi/iwlwifi/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-optional_depends "iwlwifi-3945-ucode" "" "" "Intel wifi 3945 micro code support"
-optional_depends "iwlwifi-4965-ucode" "" "" "Intel wifi 4965 micro code support"
diff --git a/wifi/iwlwifi/DETAILS b/wifi/iwlwifi/DETAILS
deleted file mode 100644
index 7a6b8a3..0000000
--- a/wifi/iwlwifi/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=iwlwifi
- VERSION=1.2.25
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE2=iwlwifi-1.2.23-revert-uncompatible.patch
- SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:8ca71a8dec55fbd7dce24425fbd36571fa9e2e8c
- SOURCE2_VFY=sha1:0847914e1ade6f399f85a53676eff3216d7775c2
- WEB_SITE=http://www.intellinuxwireless.org/
- ENTERED=20071013
- UPDATED=20080210
- SHORT="Intel PRO/Wireless 3945 and 4965 driver for Linux"
-PSAFE=no
-
-cat << EOF
-This project was created by Intel to enable support for the Intel
-PRO/Wireless 3945ABG (IWL3945) and 4965AGN (IWL4965) 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