Skip to content

Commit 4a71421

Browse files
yamtxiaoxiang781216
authored andcommitted
enable CONFIG_PIPES where CONFIG_LIBUV is enabled
after running the following script, reverted a few unrelated modifications manually. ``` git grep -l CONFIG_LIBUV|grep defconfig|while read FILE;do DIR=$(dirname $FILE) ./tools/configure.sh -E $DIR kconfig-tweak -e CONFIG_PIPES kconfig-tweak -d CONFIG_HOST_MACOS make savedefconfig cp defconfig $FILE done ``` cf. apache#14773
1 parent 8ffc3e3 commit 4a71421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/sim/sim/sim/configs/lua/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CONFIG_NSH_BUILTIN_APPS=y
5252
CONFIG_NSH_FILE_APPS=y
5353
CONFIG_NSH_READLINE=y
5454
CONFIG_PATH_INITIAL="/bin"
55+
CONFIG_PIPES=y
5556
CONFIG_PSEUDOFS_ATTRIBUTES=y
5657
CONFIG_READLINE_CMD_HISTORY=y
5758
CONFIG_READLINE_TABCOMPLETION=y

0 commit comments

Comments
 (0)