Add CONFIG_FEATURE_SYSLOG which controls whether
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build.
This commit is contained in:
@@ -8,6 +8,7 @@ menu "Init Utilities"
|
||||
config CONFIG_INIT
|
||||
bool "init"
|
||||
default n
|
||||
select CONFIG_FEATURE_SYSLOG
|
||||
help
|
||||
init is the first program run when the system boots.
|
||||
|
||||
|
Reference in New Issue
Block a user