From 8b332595b7f16ea46a890781bf5d44c6f61e823e Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 26 Aug 2010 19:16:55 +0200 Subject: [PATCH] madwifi: removed package (kernel driver is officially included in linux for quite some time now) --- network/madwifi/eth-naming.patch | 91 ------------------------- network/madwifi/madwifi.cache | 16 ----- network/madwifi/madwifi.conf | 17 ----- network/madwifi/madwifi.desc | 39 ----------- network/madwifi/no-depmod.patch | 36 ---------- network/madwifi/pkg_linux24_post.conf | 19 ------ network/madwifi/pkg_linux26_post.conf | 18 ----- network/madwifi/pkg_linux26mm_post.conf | 18 ----- network/madwifi/postlinux.conf | 26 ------- 9 files changed, 280 deletions(-) delete mode 100644 network/madwifi/eth-naming.patch delete mode 100644 network/madwifi/madwifi.cache delete mode 100644 network/madwifi/madwifi.conf delete mode 100644 network/madwifi/madwifi.desc delete mode 100644 network/madwifi/no-depmod.patch delete mode 100644 network/madwifi/pkg_linux24_post.conf delete mode 100644 network/madwifi/pkg_linux26_post.conf delete mode 100644 network/madwifi/pkg_linux26mm_post.conf delete mode 100644 network/madwifi/postlinux.conf diff --git a/network/madwifi/eth-naming.patch b/network/madwifi/eth-naming.patch deleted file mode 100644 index 8f0aa23af..000000000 --- a/network/madwifi/eth-naming.patch +++ /dev/null @@ -1,91 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/eth-naming.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -ur madwifi-ng-r1614-20060601/ath/if_ath.c madwifi-ng-r1614-20060601-unified/ath/if_ath.c ---- madwifi-ng-r1614-20060601/ath/if_ath.c 2006-05-31 23:05:08.000000000 +0200 -+++ madwifi-ng-r1614-20060601-unified/ath/if_ath.c 2006-06-06 17:07:02.000000000 +0200 -@@ -895,7 +895,7 @@ - - if (autocreatemode != -1) { - rtnl_lock(); -- error = ieee80211_create_vap(ic, "ath%d", dev, -+ error = ieee80211_create_vap(ic, "eth%d", dev, - autocreatemode, IEEE80211_CLONE_BSSID); - rtnl_unlock(); - if (error) -diff -ur madwifi-ng-r1614-20060601/tools/80211debug.c madwifi-ng-r1614-20060601-unified/tools/80211debug.c ---- madwifi-ng-r1614-20060601/tools/80211debug.c 2006-03-10 14:23:50.000000000 +0100 -+++ madwifi-ng-r1614-20060601-unified/tools/80211debug.c 2006-06-06 17:01:39.000000000 +0200 -@@ -38,7 +38,7 @@ - - /* - * 80211debug [-i interface] flags -- * (default interface is ath0). -+ * (default interface is eth1). - */ - #include - -@@ -183,7 +183,7 @@ - int - main(int argc, char *argv[]) - { -- const char *ifname = "ath0"; -+ const char *ifname = "eth1"; - const char *cp, *tp; - const char *sep; - int op, i; -diff -ur madwifi-ng-r1614-20060601/tools/80211stats.c madwifi-ng-r1614-20060601-unified/tools/80211stats.c ---- madwifi-ng-r1614-20060601/tools/80211stats.c 2006-05-27 08:21:18.000000000 +0200 -+++ madwifi-ng-r1614-20060601-unified/tools/80211stats.c 2006-06-06 17:02:27.000000000 +0200 -@@ -250,7 +250,7 @@ - struct iwreq iwr; - int allnodes = 0; - -- const char *ifname = "ath0"; -+ const char *ifname = "eth1"; - - s = socket(AF_INET, SOCK_DGRAM, 0); - if (s < 0) -diff -ur madwifi-ng-r1614-20060601/tools/athdebug.c madwifi-ng-r1614-20060601-unified/tools/athdebug.c ---- madwifi-ng-r1614-20060601/tools/athdebug.c 2006-05-05 06:17:59.000000000 +0200 -+++ madwifi-ng-r1614-20060601-unified/tools/athdebug.c 2006-06-06 17:01:55.000000000 +0200 -@@ -183,9 +183,9 @@ - main(int argc, char *argv[]) - { - #ifdef __linux__ -- const char *ifname = "wifi0"; -+ const char *ifname = "eth1"; - #else -- const char *ifname = "ath0"; -+ const char *ifname = "eth1"; - #endif - const char *cp, *tp; - const char *sep; -diff -ur madwifi-ng-r1614-20060601/tools/athstats.c madwifi-ng-r1614-20060601-unified/tools/athstats.c ---- madwifi-ng-r1614-20060601/tools/athstats.c 2006-05-05 06:20:50.000000000 +0200 -+++ madwifi-ng-r1614-20060601-unified/tools/athstats.c 2006-06-06 17:02:06.000000000 +0200 -@@ -231,9 +231,9 @@ - main(int argc, char *argv[]) - { - #ifdef __linux__ -- const char *ifname = "wifi0"; -+ const char *ifname = "eth1"; - #else -- const char *ifname = "ath0"; -+ const char *ifname = "eth1"; - #endif - int s; - struct ifreq ifr; diff --git a/network/madwifi/madwifi.cache b/network/madwifi/madwifi.cache deleted file mode 100644 index cfa9c32fd..000000000 --- a/network/madwifi/madwifi.cache +++ /dev/null @@ -1,16 +0,0 @@ - -[TIMESTAMP] 1133826903 Tue Dec 6 00:55:03 2005 -[BUILDTIME] 5 (5) -[SIZE] 0.04 MB, 9 files - -[DEP] 00-dirtree -[DEP] bash -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] sed -[DEP] sysfiles -[DEP] tar diff --git a/network/madwifi/madwifi.conf b/network/madwifi/madwifi.conf deleted file mode 100644 index 567e10048..000000000 --- a/network/madwifi/madwifi.conf +++ /dev/null @@ -1,17 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/madwifi.conf -# Copyright (C) 2007 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -var_insert makeopt ' ' '-C tools' -var_insert makeinstopt ' ' "BINDIR=$bindir MANDIR=$mandir -C tools" diff --git a/network/madwifi/madwifi.desc b/network/madwifi/madwifi.desc deleted file mode 100644 index 37a471339..000000000 --- a/network/madwifi/madwifi.desc +++ /dev/null @@ -1,39 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../madwifi/madwifi.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] Copyright (C) 1998 - 2004 Clifford Wolf -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] Driver for the Altheros wifi 802.11a/b/g chipset - -[T] This is a Linux kernel driver for Atheros-based Wireless LAN devices. -[T] The driver supports station, AP, adhoc, and monitor modes of operation. - -[U] http://www.madwifi.org - -[A] Michael Renzmann -[A] Greg Chesson -[A] Sam Leffler -[M] Roland Schulz -[M] The OpenSDE Community - -[C] base/kernel -[F] BINARY -[R] - powerpc64 - -[L] GPL -[S] Beta -[V] 0.9.2 -[P] X -----5---9 800.000 - -[D] 1181102067 madwifi-0.9.2.tar.bz2 http://dl.sourceforge.net/sourceforge/madwifi/ diff --git a/network/madwifi/no-depmod.patch b/network/madwifi/no-depmod.patch deleted file mode 100644 index 83da161b9..000000000 --- a/network/madwifi/no-depmod.patch +++ /dev/null @@ -1,36 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/no-depmod.patch -# Copyright (C) 2006 The OpenSDE Project -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./Makefile.orig 2006-07-14 01:15:56.000000000 -0400 -+++ ./Makefile 2006-09-10 12:00:40.000000000 -0400 -@@ -83,16 +83,9 @@ - install: install-modules install-tools - - install-modules: -- @# check if there are modules left from an old installation -- @# might cause make to abort the build -- sh scripts/find-madwifi-modules.sh $(KERNELRELEASE) $(DESTDIR) -- - for i in $(DIRS_MODULES); do \ - $(MAKE) -C $$i install || exit 1; \ - done --ifeq ($(DESTDIR),) -- (export KMODPATH=$(KMODPATH); /sbin/depmod -ae) --endif - - install-tools: - $(MAKE) -C $(TOOLS) install || exit 1 diff --git a/network/madwifi/pkg_linux24_post.conf b/network/madwifi/pkg_linux24_post.conf deleted file mode 100644 index 625c78b90..000000000 --- a/network/madwifi/pkg_linux24_post.conf +++ /dev/null @@ -1,19 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/pkg_linux24_post.conf -# Copyright (C) 2007 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -if atstage native; then - var_append lx_3rd_party_modules " " "madwifi" -fi - diff --git a/network/madwifi/pkg_linux26_post.conf b/network/madwifi/pkg_linux26_post.conf deleted file mode 100644 index 52fa15d09..000000000 --- a/network/madwifi/pkg_linux26_post.conf +++ /dev/null @@ -1,18 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/pkg_linux26_post.conf -# Copyright (C) 2007 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -if atstage native; then - var_append lx_3rd_party_modules " " "madwifi" -fi diff --git a/network/madwifi/pkg_linux26mm_post.conf b/network/madwifi/pkg_linux26mm_post.conf deleted file mode 100644 index 124c1551a..000000000 --- a/network/madwifi/pkg_linux26mm_post.conf +++ /dev/null @@ -1,18 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/pkg_linux26mm_post.conf -# Copyright (C) 2007 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -if atstage native; then - var_append lx_3rd_party_modules " " "madwifi" -fi diff --git a/network/madwifi/postlinux.conf b/network/madwifi/postlinux.conf deleted file mode 100644 index 47c6088e3..000000000 --- a/network/madwifi/postlinux.conf +++ /dev/null @@ -1,26 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../madwifi/postlinux.conf -# Copyright (C) 2007 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -var_append makeopt ' ' CC=$KCC - -var_append makeopt ' ' KERNELPATH=$kerneldir -makeinstopt="$makeopt install-modules" -var_append makeopt ' ' modules - -case $arch in - x86-64) - var_append makeopt " " "TARGET=x86_64-elf" - ;; -esac