@ -0,0 +1,43 @@ |
|||
--- ./Makefile.orig 2007-03-07 09:39:40.000000000 +0100
|
|||
+++ ./Makefile 2007-12-01 08:29:11.000000000 +0100
|
|||
@@ -86,16 +86,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 $(KERNELRELEASE))
|
|||
-endif
|
|||
|
|||
install-tools: |
|||
$(MAKE) -C $(TOOLS) install || exit 1 |
|||
--- ./Makefile.inc.orig 2007-01-18 09:26:23.000000000 +0100
|
|||
+++ ./Makefile.inc 2007-12-01 08:23:38.000000000 +0100
|
|||
@@ -60,7 +60,7 @@
|
|||
# running kernel was compiled. Note that the configuration and the |
|||
# version of the kernel tree might have changed since then. |
|||
ifeq ($(wildcard $(KERNELPATH)),) |
|||
-KERNELPATH = /lib/modules/$(shell uname -r)/build
|
|||
+KERNELPATH = /usr/src/linux
|
|||
# sanity check: does KERNELPATH exist? |
|||
ifeq ($(shell cd $(KERNELPATH) && pwd),) |
|||
$(error $(KERNELPATH) is missing, please set KERNELPATH) |
|||
--- ./tools/Makefile.orig 2007-02-07 04:18:49.000000000 +0100
|
|||
+++ ./tools/Makefile 2007-12-01 08:23:38.000000000 +0100
|
|||
@@ -34,8 +34,8 @@
|
|||
STRIP ?= $(USER_CROSS_COMPILE)strip |
|||
CC = $(USER_CROSS_COMPILE)gcc |
|||
|
|||
-BINDIR ?= /usr/local/bin
|
|||
-MANDIR ?= /usr/local/man
|
|||
+BINDIR ?= /usr/bin
|
|||
+MANDIR ?= /usr/man
|
|||
|
|||
# |
|||
# Path to the HAL source code. |
@ -0,0 +1,43 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/clifford/madwifi/madwifi.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|||
[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; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Atheros Wireless LAN Drivers |
|||
|
|||
[T] madwifi.org is a team of volunteer developers working on Linux kernel |
|||
[T] drivers for Wireless LAN devices with Atheros chipsets. We currently |
|||
[T] provide two drivers, MadWifi and ath5k. |
|||
|
|||
[U] http://madwifi.org/ |
|||
|
|||
[A] Sam Leffler {Original Author} |
|||
[M] Clifford Wolf <clifford@clifford.at> |
|||
|
|||
[C] base/kernel |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 0.9.3.3 |
|||
[P] X -----5---9 284.605 |
|||
|
|||
[D] 3726949587 madwifi-0.9.3.3.tar.gz http://dl.sourceforge.net/sourceforge/madwifi/ |
|||
|