ifupdown.c: allow options to udhcpc to be configurable from .config
authorWade Berrier <wberrier@gmail.com>
Fri, 14 Nov 2008 21:18:45 +0000 (21:18 -0000)
committerWade Berrier <wberrier@gmail.com>
Fri, 14 Nov 2008 21:18:45 +0000 (21:18 -0000)
commit142c5cb2a2a7bdceeebec7a55759852bb7ada066
tree088895cbbd41ed88152a84e690f6d9e38818fa3e
parent86c285d9003b3b8196707130d48d5c698b6cd3d3
ifupdown.c: allow options to udhcpc to be configurable from .config

This allows more control over options that are passed to udhcpc
that are not configurable via /etc/network/interfaces.

Example: rather than quit when an initial lease isn't found,
you could use "--background" so that udhcpc keeps running and
continually attempts to get an ip.  That way, when you plug in
the ethernet after powering on the device, you'll still get an ip.
networking/Config.in
networking/ifupdown.c