Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup the build of the hostap utils, use the kernel hostap | Eric Andersen | 2003-12-28 | 1 | -25/+8 |
| | | | | stuff for the driver modules. | ||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -1/+1 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | 2003-11-18 | 1 | -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 III | 2003-11-17 | 1 | -5/+5 |
| | | | | Mostly submitted by Thomas Lundquist <lists@zelow.no>. | ||||
* | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | 2003-11-13 | 1 | -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 Andersen | 2003-11-12 | 1 | -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 hostap | Eric Andersen | 2003-06-20 | 1 | -28/+38 |
| | |||||
* | Build pci and plx drivers | Eric Andersen | 2003-06-04 | 1 | -0/+2 |
| | |||||
* | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | 2003-03-04 | 1 | -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 typo | Eric Andersen | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | Fix regex | Eric Andersen | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | depend on pcmcia | Eric Andersen | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | Include code for downloading firmware images | Eric Andersen | 2003-01-30 | 1 | -0/+2 |
| | |||||
* | Update from Michael Shuler | Eric Andersen | 2003-01-20 | 1 | -3/+7 |
| | |||||
* | several updates for wireless and firewall stuff, | Eric Andersen | 2003-01-19 | 1 | -0/+52 |
thanks to Michael Shuler |