diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 95f8942..735415c 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -858,6 +858,15 @@ config FEATURE_TRACEROUTE_USE_ICMP source networking/udhcp/Config.in +config IFUPDOWN_UDHCPC_CMD_OPTIONS + string "ifup udhcpc command line options" + default "-R -n" + depends on IFUPDOWN && APP_UDHCPC + help + Command line options to pass to udhcpc from ifup. + Intended to alter options not available in /etc/network/interfaces. + (IE: --syslog --background etc...) + config VCONFIG bool "vconfig" default n |