aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-111-14/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-7/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: add a few TODOsDenys Vlasenko2009-06-161-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-3/+3
|
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
|
* udhcp: make paths configurableDenis Vlasenko2008-02-201-0/+19
| | | | | syslogd: trivial build fix
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-0/+7
|
* fix whitespace damageDenis Vlasenko2007-12-021-1/+1
|
* dhcpc: let server know we don't like oversized packets.Denis Vlasenko2007-11-281-0/+1
| | | | | add TODO comment
* dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko2007-11-251-0/+22
| | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
* udhcpc: an option to perform ARP check (Jonas Danielsson ↵Denis Vlasenko2007-11-221-0/+10
| | | | | | | <jonas.danielsson@axis.com>) configurable, ~+300 bytes when on.
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-141-11/+0
| | | | | | | | | | | | | | | udhcpc: add -S "syslog" options remove CONFIG_FEATURE_UDHCP_SYSLOG function old new delta udhcpd_main 1168 1201 +33 udhcpc_main 2414 2425 +11 static.udhcpc_longopts 191 200 +9 qgravechar 112 108 -4 packed_usage 22843 22827 -16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 53/-20) Total: 33 bytes
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-0/+10
| | | | | | | | | | (Mats Erik Andersson <mats@blue2net.com> (Blue2Net AB)) udhcp: consistently treat server_config.start/end IPs as host-order fix IP parsing for 64bit machines fix unsafe hton macro usage in read_opt() do not chdir("/") when daemonizing fix help text
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko2007-02-271-0/+8
|
* dhcprelay: new appletDenis Vlasenko2006-11-201-0/+9
|
* build system overhaulDenis Vlasenko2006-10-051-9/+9
|
* udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifDenis Vlasenko2006-09-091-2/+1
| | | | | udhcp[cd] really are going to use it.
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-0/+10
| | | | | Restore erroneously removed FEATURE_UDHCP_SYSLOG.
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-10/+2
| | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build.
* get rid of udhcp submenuMike Frysinger2006-07-241-18/+13
|
* CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley2006-06-221-6/+6
|
* add back in udhcp supportMike Frysinger2006-05-081-0/+62
|
* remove in place of external linkMike Frysinger2006-03-231-62/+0
|
* 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