Updated madwifi to 0.9.2

This commit is contained in:
Jason Thomas Dolan 2006-10-09 23:23:02 +00:00
parent af2ea589a4
commit 14bf7945b9
2 changed files with 4 additions and 3 deletions

1
madwifi/.md5sum Normal file
View File

@ -0,0 +1 @@
a75baacbe07085ddc5cb28e1fb43edbb madwifi-0.9.2.tar.bz2

View File

@ -1,12 +1,12 @@
# Description: Kernel module for Atheros based 802.11a/b/g cards # Description: Kernel module for Atheros based 802.11a/b/g cards
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org # Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# URL: http://madwifi.org # Url: http://madwifi.org
# Depends on: sharutils # Depends on: sharutils
name=madwifi name=madwifi
version=current version=0.9.2
release=1 release=1
source=(http://snapshots.madwifi.org/$name-ng-$version.tar.gz) source=(http://dl.sf.net/$name/$name-$version.tar.bz2)
build(){ build(){
cd $name* && make KERNELPATH=/usr/src/linux-$(uname -r) cd $name* && make KERNELPATH=/usr/src/linux-$(uname -r)