Skip to content

Commit

Permalink
system/popen: popen should depends on pipe()
Browse files Browse the repository at this point in the history
Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao authored and xiaoxiang781216 committed Nov 15, 2023
1 parent fa19b71 commit 6754d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/popen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config SYSTEM_POPEN
bool "popen()/pclose() Functions"
default n
select SCHED_WAITPID
depends on NSH_LIBRARY
depends on NSH_LIBRARY && PIPES
---help---
Enable support for the popen() and pclose() interfaces.
This will support execution of NSH commands from C code with
Expand Down

0 comments on commit 6754d42

Please sign in to comment.