aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorWade Berrier <wberrier@gmail.com>2008-11-14 21:18:45 +0000
committerWade Berrier <wberrier@gmail.com>2008-11-14 21:18:45 +0000
commit142c5cb2a2a7bdceeebec7a55759852bb7ada066 (patch)
tree088895cbbd41ed88152a84e690f6d9e38818fa3e /networking/Config.in
parent86c285d9003b3b8196707130d48d5c698b6cd3d3 (diff)
downloadbusybox-w32-142c5cb2a2a7bdceeebec7a55759852bb7ada066.tar.gz
busybox-w32-142c5cb2a2a7bdceeebec7a55759852bb7ada066.tar.bz2
busybox-w32-142c5cb2a2a7bdceeebec7a55759852bb7ada066.zip
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.
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 95f894230..735415ccb 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -858,6 +858,15 @@ config FEATURE_TRACEROUTE_USE_ICMP
858 858
859source networking/udhcp/Config.in 859source networking/udhcp/Config.in
860 860
861config IFUPDOWN_UDHCPC_CMD_OPTIONS
862 string "ifup udhcpc command line options"
863 default "-R -n"
864 depends on IFUPDOWN && APP_UDHCPC
865 help
866 Command line options to pass to udhcpc from ifup.
867 Intended to alter options not available in /etc/network/interfaces.
868 (IE: --syslog --background etc...)
869
861config VCONFIG 870config VCONFIG
862 bool "vconfig" 871 bool "vconfig"
863 default n 872 default n