MadWifi
From CBLFS
Jump to navigationJump to search
Download Source: | http://svn.madwifi.org/trunk |
---|---|
http://snapshots.madwifi.org/madwifi-ng-current.tar.gz |
Contents
Introduction to MadWifi
Getting the source
If you have Subversion installed issue the following command to download the source:
svn checkout http://svn.madwifi.org/trunk madwifi
You may also want to create a tarball to use at a later time:
tar cvjpf madwifi-r$(svnversion madwifi).tar.bz2 madwifi
Dependencies
Required
- Subversion (To Get Source)
- Kernel Source
Non-Running Kernel
If you're attempting to build Madwifi for a kernel that's not currently running, also pass the following to make and make install.
KERNELPATH=/path/to/kernel/source
KERNELPATH defaults to /lib/modules/`uname -r`/build.
Non-Multilib
Compile the package:
make
Install the package
make BINDIR=/usr/bin MANDIR=/usr/share/man install
Multilib
Please Contribute this section.