From 049d6b8c0812b20c024d714a9008cc94713a6175 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 7 Sep 2006 06:02:39 +0000 Subject: 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. --- init/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init/Config.in') diff --git a/init/Config.in b/init/Config.in index 8b91791..2a39d50 100644 --- a/init/Config.in +++ b/init/Config.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. -- cgit v1.1