[Lunar-commits] <moonbase> ieee80211: remove the module. it is integrated in the last 2.6 kernels.
Florin Braescu
florin at lunar-linux.org
Tue Dec 16 14:09:29 CET 2008
commit 6b0a62deb9aedd7e804c31c33a1dd0fb3cbc73d5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Dec 16 15:09:29 2008 +0200
ieee80211: remove the module. it is integrated in the last 2.6 kernels.
---
wifi/ieee80211/BUILD | 24 ------------------------
wifi/ieee80211/CONFIGURE | 1 -
wifi/ieee80211/DETAILS | 13 -------------
3 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/wifi/ieee80211/BUILD b/wifi/ieee80211/BUILD
deleted file mode 100644
index a5cf2d6..0000000
--- a/wifi/ieee80211/BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-(
-
- if [ $DISABLE_DEBUG == "y" ]; then
- sedit "s:CONFIG_IEEE80211_DEBUG=y:#CONFIG_IEEE80211_DEBUG=y:" 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/ieee80211/CONFIGURE b/wifi/ieee80211/CONFIGURE
deleted file mode 100644
index aca791e..0000000
--- a/wifi/ieee80211/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DISABLE_DEBUG "Disable DEBUG output?" y
diff --git a/wifi/ieee80211/DETAILS b/wifi/ieee80211/DETAILS
deleted file mode 100644
index 508406d..0000000
--- a/wifi/ieee80211/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=ieee80211
- VERSION=1.2.18
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:044ecdca5bd740b569e3d52fa8e4a062cb57c304
- WEB_SITE=http://ieee80211.sourceforge.net/
- ENTERED=20050724
- UPDATED=20070719
- PSAFE=no
-
-cat << EOF
-ieee80211 is a generic wireless networking stack for the Linux kernel.
-EOF
More information about the Lunar-commits
mailing list