diff options
Diffstat (limited to 'package/utils/busybox/config/Config.in')
-rw-r--r-- | package/utils/busybox/config/Config.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/utils/busybox/config/Config.in b/package/utils/busybox/config/Config.in index 74493aa475..8d1394c2e2 100644 --- a/package/utils/busybox/config/Config.in +++ b/package/utils/busybox/config/Config.in @@ -11,7 +11,7 @@ config BUSYBOX_CONFIG_HAVE_DOT_CONFIG menu "Settings" config BUSYBOX_CONFIG_DESKTOP - bool "Enable compatibility for full-blown desktop systems" + bool "Enable compatibility for full-blown desktop systems (8kb)" default BUSYBOX_DEFAULT_DESKTOP help Enable applet options and features which are not essential. @@ -338,6 +338,15 @@ config BUSYBOX_CONFIG_FEATURE_CLEAN_UP Don't enable this unless you have a really good reason to clean things up manually. +config BUSYBOX_CONFIG_FEATURE_SYSLOG_INFO + bool "Support LOG_INFO level syslog messages" + default BUSYBOX_DEFAULT_FEATURE_SYSLOG_INFO + depends on BUSYBOX_CONFIG_FEATURE_SYSLOG + help + Applets which send their output to syslog use either LOG_INFO or + LOG_ERR log levels, but by disabling this option all messages will + be logged at the LOG_ERR level, saving just under 200 bytes. + # These are auto-selected by other options config BUSYBOX_CONFIG_FEATURE_SYSLOG |