This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 511d9d59d nshlib: Disable dmesg if RAMLOG_SYSLOG disabled 511d9d59d is described below commit 511d9d59dea448e3d01ee25d86123225cd3e9dd0 Author: Huang Qi <huang...@xiaomi.com> AuthorDate: Mon Aug 22 02:38:58 2022 +0000 nshlib: Disable dmesg if RAMLOG_SYSLOG disabled Signed-off-by: Huang Qi <huang...@xiaomi.com> --- nshlib/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index f584e9fc3..40d86cbdc 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -273,7 +273,6 @@ config NSH_DISABLE_DIRNAME config NSH_DISABLE_DMESG bool "Disable dmesg" default DEFAULT_SMALL - depends on RAMLOG_SYSLOG config NSH_DISABLE_ECHO bool "Disable echo"