[K12OSN] Madwifi script using current CVS source

Daniel Loomis drloomis at cox-internet.com
Wed Aug 3 12:46:13 UTC 2005


It occured to me that others might find this little script useful in 
compiling and installing current CVS madwifi source for wireless cards 
based on the Atheros chipset.

------------snip here--------------

#!/bin/bash
#
# update_madwifi.sh
#
# Assumes that you have kernel source with modules installed
# plus CVS on target pc.

cp /boot/config-$(uname -r) /lib/modules/$(uname -r)/build/.config
cd /cvs/src  # Change to suit your setup
rm -rf madwifi
mkdir madwifi
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/madwifi co madwifi
cd madwifi
make
make install




More information about the K12OSN mailing list