aboutsummaryrefslogtreecommitdiffstats
path: root/make/udhcp.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-3/+3
| | | | 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-3/+3
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-3/+3
| | | | | | 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,
* Lots and lots of changesEric Andersen2003-02-121-0/+1
|
* udhcp doesn't depend on pcmciaEric Andersen2003-01-301-1/+1
|
* Update udhcp. Make sure /usr/share/udhcpc/default.scriptEric Andersen2003-01-191-2/+9
| | | | is executable
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Add udhcp, cleanup a few other loose ends.Eric Andersen2002-11-151-19/+19
| | | | -Erik
* Add some toys for people to play withEric Andersen2002-05-231-0/+56