udhcp: FEATURE_UDHCP_SYSLOG should be selected only if
udhcp[cd] really are going to use it.
This commit is contained in:
parent
2f50aa42c5
commit
d797fcd726
@ -6,7 +6,6 @@
|
|||||||
config CONFIG_APP_UDHCPD
|
config CONFIG_APP_UDHCPD
|
||||||
bool "udhcp Server (udhcpd)"
|
bool "udhcp Server (udhcpd)"
|
||||||
default n
|
default n
|
||||||
select CONFIG_FEATURE_SYSLOG
|
|
||||||
help
|
help
|
||||||
uDHCPd is a DHCP server geared primarily toward embedded systems,
|
uDHCPd is a DHCP server geared primarily toward embedded systems,
|
||||||
while striving to be fully functional and RFC compliant.
|
while striving to be fully functional and RFC compliant.
|
||||||
@ -27,7 +26,6 @@ config CONFIG_APP_DUMPLEASES
|
|||||||
config CONFIG_APP_UDHCPC
|
config CONFIG_APP_UDHCPC
|
||||||
bool "udhcp Client (udhcpc)"
|
bool "udhcp Client (udhcpc)"
|
||||||
default n
|
default n
|
||||||
select CONFIG_FEATURE_SYSLOG
|
|
||||||
help
|
help
|
||||||
uDHCPc is a DHCP client geared primarily toward embedded systems,
|
uDHCPc is a DHCP client geared primarily toward embedded systems,
|
||||||
while striving to be fully functional and RFC compliant.
|
while striving to be fully functional and RFC compliant.
|
||||||
@ -41,6 +39,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG
|
|||||||
bool "Log udhcp messages to syslog"
|
bool "Log udhcp messages to syslog"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
|
depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
|
||||||
|
select CONFIG_FEATURE_SYSLOG
|
||||||
help
|
help
|
||||||
If not daemonized, udhcpd prints its messages to stdout/stderr.
|
If not daemonized, udhcpd prints its messages to stdout/stderr.
|
||||||
If this option is selected, it will also log them to syslog.
|
If this option is selected, it will also log them to syslog.
|
||||||
|
Loading…
Reference in New Issue
Block a user