Christian Wiese
15 years ago
9 changed files with 0 additions and 280 deletions
@ -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 <sys/types.h>
|
||||
|
||||
@@ -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;
|
@ -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 |
@ -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" |
@ -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 <otaku@users.sourceforge.net> |
||||
[A] Greg Chesson <atheros_greg@users.sourceforge.net> |
||||
[A] Sam Leffler <samleffler@users.sourceforge.net> |
||||
[M] Roland Schulz <t2@abarrach.franken.de> |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[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/ |
@ -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
|
@ -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 |
||||
|
@ -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 |
@ -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 |
@ -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 |
Loading…
Reference in new issue