You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2021/07/15 09:04:37 UTC

[incubator-nuttx] 01/03: Revert "sim/nsh: Enable the attributes and soflinks of pseduo file system"

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch revert-4118-attr
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit ed69309e21528550e5552df1e47744697461bc10
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Thu Jul 15 18:04:24 2021 +0900

    Revert "sim/nsh: Enable the attributes and soflinks of pseduo file system"
    
    This reverts commit 82c17fd6fa2b553fe027c173d7cf03591a9b6ce1.
---
 boards/sim/sim/sim/configs/nsh/defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/boards/sim/sim/sim/configs/nsh/defconfig b/boards/sim/sim/sim/configs/nsh/defconfig
index 2741806..9ac34ae 100644
--- a/boards/sim/sim/sim/configs/nsh/defconfig
+++ b/boards/sim/sim/sim/configs/nsh/defconfig
@@ -45,8 +45,6 @@ CONFIG_NSH_ROMFSDEVNO=1
 CONFIG_NSH_ROMFSETC=y
 CONFIG_PATH_INITIAL="/bin"
 CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=2048
-CONFIG_PSEUDOFS_ATTRIBUTES=y
-CONFIG_PSEUDOFS_SOFTLINKS=y
 CONFIG_READLINE_TABCOMPLETION=y
 CONFIG_SCHED_HAVE_PARENT=y
 CONFIG_SCHED_ONEXIT=y