aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r--networking/udhcp/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index 773293744..3954b467f 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -37,6 +37,16 @@ config CONFIG_APP_UDHCPC
37 37
38 See http://udhcp.busybox.net for further details. 38 See http://udhcp.busybox.net for further details.
39 39
40config CONFIG_FEATURE_UDHCP_SYSLOG
41 bool "Log udhcp messages to syslog"
42 default n
43 depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
44 help
45 If not daemonized, udhcpd prints its messages to stdout/stderr.
46 If this option is selected, it will also log them to syslog.
47
48 See http://udhcp.busybox.net for further details.
49
40config CONFIG_FEATURE_UDHCP_DEBUG 50config CONFIG_FEATURE_UDHCP_DEBUG
41 bool "Compile udhcp with noisy debugging messages" 51 bool "Compile udhcp with noisy debugging messages"
42 default n 52 default n