From 8455ee34b6bb5e2b4aa4134c7295d3acda631678 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 17 Aug 2018 15:58:29 -0600 Subject: [PATCH] apps/system/popen/Kconfig: popen is not available in the KERNEL build. --- system/popen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/popen/Kconfig b/system/popen/Kconfig index a91117c51..42bbf3e55 100644 --- a/system/popen/Kconfig +++ b/system/popen/Kconfig @@ -7,7 +7,7 @@ config SYSTEM_POPEN bool "popen()/pclose() Functions" default n select SCHED_WAITPID - depends on NSH_LIBRARY + depends on NSH_LIBRARY && !BUILD_KERNEL ---help--- Enable support for the popen() and pclose() interfaces. This will support execution of NSH commands from C code with