summaryrefslogtreecommitdiff
path: root/make/hostap.mk
AgeCommit message (Collapse)Author
2003-12-28Fixup the build of the hostap utils, use the kernel hostapEric Andersen
stuff for the driver modules.
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
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,
2003-11-12Thomas Cameron writes:Eric Andersen
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.
2003-06-20run depmod after building pcmcia and after hostapEric Andersen
2003-06-04Build pci and plx driversEric Andersen
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-02-05Fix a stupid typoEric Andersen
2003-01-31Fix regexEric Andersen
2003-01-30depend on pcmciaEric Andersen
2003-01-30Include code for downloading firmware imagesEric Andersen
2003-01-20Update from Michael ShulerEric Andersen
2003-01-19several updates for wireless and firewall stuff,Eric Andersen
thanks to Michael Shuler