aboutsummaryrefslogtreecommitdiffstats
path: root/make/hostap.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fixup the build of the hostap utils, use the kernel hostapEric Andersen2003-12-281-25/+8
| | | | stuff for the driver modules.
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* Fix most things when large file support is not configured.Manuel Novoa III2003-11-171-5/+5
| | | | Mostly submitted by Thomas Lundquist <lists@zelow.no>.
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-1/+1
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Thomas Cameron writes:Eric Andersen2003-11-121-1/+1
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* run depmod after building pcmcia and after hostapEric Andersen2003-06-201-28/+38
|
* Build pci and plx driversEric Andersen2003-06-041-0/+2
|
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-1/+1
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Fix a stupid typoEric Andersen2003-02-051-1/+1
|
* Fix regexEric Andersen2003-01-311-1/+1
|
* depend on pcmciaEric Andersen2003-01-301-1/+1
|
* Include code for downloading firmware imagesEric Andersen2003-01-301-0/+2
|
* Update from Michael ShulerEric Andersen2003-01-201-3/+7
|
* several updates for wireless and firewall stuff,Eric Andersen2003-01-191-0/+52
thanks to Michael Shuler