busybox: update to 1.31.0
[openwrt/staging/mkresin.git] / package / utils / busybox / config / Config.in
index 74493aa47542f004b195c5b9585dbde396de1dc2..8d1394c2e27a111c5c890c0bf9c790d33f71c870 100644 (file)
@@ -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