You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/08/22 05:57:00 UTC

[incubator-nuttx-apps] branch master updated: nshlib: Disable dmesg if RAMLOG_SYSLOG disabled

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 <hu...@xiaomi.com>
AuthorDate: Mon Aug 22 02:38:58 2022 +0000

    nshlib: Disable dmesg if RAMLOG_SYSLOG disabled
    
    Signed-off-by: Huang Qi <hu...@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"