[Lunar-commits] <moonbase> ipw3945: remove the module. it is integrated in the 2.6 recent kernels.
Florin Braescu
florin at lunar-linux.org
Tue Dec 16 14:05:18 CET 2008
commit 261e5e06f5223fa871b2a00230a850fdd164c707
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Dec 16 15:05:18 2008 +0200
ipw3945: remove the module. it is integrated in the 2.6 recent kernels.
---
wifi/ipw3945/BUILD | 38 --------------------------------------
wifi/ipw3945/CONFIGURE | 2 --
wifi/ipw3945/DEPENDS | 3 ---
wifi/ipw3945/DETAILS | 16 ----------------
4 files changed, 0 insertions(+), 59 deletions(-)
diff --git a/wifi/ipw3945/BUILD b/wifi/ipw3945/BUILD
deleted file mode 100644
index aa00582..0000000
--- a/wifi/ipw3945/BUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-(
-
- if [ $WITH_RADIOTAP == "y" ]; then
- sedit "s:# CONFIG_IPW3945_RADIOTAP=y:CONFIG_IPW3945_RADIOTAP=y:" Makefile
- sedit "s:# CONFIG_IPW3945_MONITOR=y:CONFIG_IPW3945_MONITOR=y:" Makefile
- fi &&
-
- if [ $WITH_PROMISCUOUS == "y" ]; then
- sedit "s:# CONFIG_IPW3945_PROMISCUOUS=y:CONFIG_IPW3945_PROMISCUOUS=y:" Makefile
- sedit "s:# CONFIG_IPW3945_MONITOR=y:CONFIG_IPW3945_MONITOR=y:" Makefile
- fi &&
-
- # Debug sucks
- sedit "s:CONFIG_IPW3945_DEBUG=y:#CONFIG_IPW3945_DEBUG=y:" Makefile &&
-
- 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 &&
- prepare_install &&
- make KVER=$KVER install &&
-# if [ ! -e /etc/modules.d/ipw3945 ]; then
-# echo "install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d --quiet" > /etc/modules.d/ipw3945
-# echo "remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove ipw3945" >> /etc/modules.d/ipw3945
-# fi
- gather_docs ISSUES
-
-) > $C_FIFO 2>&1
diff --git a/wifi/ipw3945/CONFIGURE b/wifi/ipw3945/CONFIGURE
deleted file mode 100644
index 3e23345..0000000
--- a/wifi/ipw3945/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-mquery WITH_RADIOTAP "Enable RADIOTAP mode?" y
-mquery WITH_PROMISCUOUS "Enable PROMISCUOUS support?" y
diff --git a/wifi/ipw3945/DEPENDS b/wifi/ipw3945/DEPENDS
deleted file mode 100644
index ccd1b22..0000000
--- a/wifi/ipw3945/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends ieee80211 &&
-depends ipw3945d &&
-depends ipw3945-ucode
diff --git a/wifi/ipw3945/DETAILS b/wifi/ipw3945/DETAILS
deleted file mode 100644
index b29d5d4..0000000
--- a/wifi/ipw3945/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=ipw3945
- VERSION=1.2.2
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:a212551b7d0d6d2266b0a69459db82c20897719f
- WEB_SITE=http://ipw3945.sourceforge.net
- ENTERED=20061222
- UPDATED=20071005
- 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 (IPW3945) 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