[Lunar-commits] <moonbase> ipw2100/ipw2200: remove the modules from the moonbase. Both were integrated in the latest 2.6 kernels.

Florin Braescu florin at lunar-linux.org
Tue Dec 16 15:38:18 CET 2008


commit af0d1736e98090b6ddde5eba45a2d6ba0e41566f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Dec 16 16:38:18 2008 +0200

    ipw2100/ipw2200: remove the modules from the moonbase. Both were integrated in the latest 2.6 kernels.
---
 wifi/ipw2100/BUILD     |   24 ------------------------
 wifi/ipw2100/CONFIGURE |    1 -
 wifi/ipw2100/DEPENDS   |    1 -
 wifi/ipw2100/DETAILS   |   16 ----------------
 wifi/ipw2200/BUILD     |   31 -------------------------------
 wifi/ipw2200/CONFIGURE |    2 --
 wifi/ipw2200/DEPENDS   |    1 -
 wifi/ipw2200/DETAILS   |   16 ----------------
 8 files changed, 0 insertions(+), 92 deletions(-)

diff --git a/wifi/ipw2100/BUILD b/wifi/ipw2100/BUILD
deleted file mode 100644
index 27657dd..0000000
--- a/wifi/ipw2100/BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-(
-
-  if [ $DISABLE_DEBUG == "y" ] ; then
-    sedit 's/CONFIG_IPW2100_DEBUG=y/#CONFIG_IPW2100_DEBUG=y/g' Makefile
-  fi  &&
-
-  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
-
-) > $C_FIFO 2>&1
diff --git a/wifi/ipw2100/CONFIGURE b/wifi/ipw2100/CONFIGURE
deleted file mode 100644
index aca791e..0000000
--- a/wifi/ipw2100/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DISABLE_DEBUG "Disable DEBUG output?" y
diff --git a/wifi/ipw2100/DEPENDS b/wifi/ipw2100/DEPENDS
deleted file mode 100644
index 9798ce1..0000000
--- a/wifi/ipw2100/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  ieee80211
diff --git a/wifi/ipw2100/DETAILS b/wifi/ipw2100/DETAILS
deleted file mode 100644
index 08fadd5..0000000
--- a/wifi/ipw2100/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=ipw2100
-         VERSION=1.2.1
-          SOURCE=$MODULE-$VERSION.tgz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:a674871d8cd7f8d2cb622ccc0f139da81bc2520c
-        WEB_SITE=http://ipw2100.sourceforge.net
-               ENTERED=20040430
-         UPDATED=20060222
-           SHORT="Intel PRO/Wireless 2100 Driver for Linux"
-
-cat << EOF
-This project was created by Intel to enable support for the Intel
-PRO/Wireless 2100 (IPW2100) mini PCI 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/wifi/ipw2200/BUILD b/wifi/ipw2200/BUILD
deleted file mode 100644
index 0ad0ca9..0000000
--- a/wifi/ipw2200/BUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-(
-
-  if [ $WITH_RADIOTAP == "y" ]; then
-    sedit "s:#CONFIG_IPW2200_RADIOTAP=y:CONFIG_IPW2200_RADIOTAP=y:" Makefile
-  fi &&
-
-  if [ $WITH_PROMISCUOUS == "y" ]; then
-    sedit "s:#CONFIG_IPW2200_PROMISCUOUS=y:CONFIG_IPW2200_PROMISCUOUS=y:" Makefile
-  fi &&
-
-  # Debug sucks
-  sedit "s:CONFIG_IPW_DEBUG=y:#CONFIG_IPW_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
-
-) > $C_FIFO 2>&1
diff --git a/wifi/ipw2200/CONFIGURE b/wifi/ipw2200/CONFIGURE
deleted file mode 100644
index 3e23345..0000000
--- a/wifi/ipw2200/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/ipw2200/DEPENDS b/wifi/ipw2200/DEPENDS
deleted file mode 100644
index 9798ce1..0000000
--- a/wifi/ipw2200/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  ieee80211
diff --git a/wifi/ipw2200/DETAILS b/wifi/ipw2200/DETAILS
deleted file mode 100644
index c1271fa..0000000
--- a/wifi/ipw2200/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=ipw2200
-         VERSION=1.2.2
-          SOURCE=$MODULE-$VERSION.tgz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:1a6e28e70c478ae389af7206053512abbf8f38c4
-        WEB_SITE=http://ipw2200.sourceforge.net
-         ENTERED=20041115
-         UPDATED=20071114
-           SHORT="Intel PRO/Wireless 2200BG/2915ABG Driver for Linux"
-cat << EOF
-This project was created by Intel to enable support for the Intel
-PRO/Wireless 2200BG (IPW2200) and Intel PRO/Wireless 2915ABG mini
-PCI 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