summaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Andreas Mohr writes:Eric Andersen2003-10-221-1/+1
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Patch from Thomas Cameron:Eric Andersen2003-07-141-5/+25
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* resync with udhcp cvsRuss Dill2002-12-111-9/+0
|
* Support using ip in udhcpc scripts.Glenn L McGrath2002-12-081-0/+9
| | | | Slightly modified version of patch by Bastian Blank
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+42
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik