From 3c2396116db76a7ef17c9a8df294e4e1e4f19c4e Mon Sep 17 00:00:00 2001 From: anchao Date: Mon, 27 Aug 2018 07:04:29 -0600 Subject: [PATCH] apps/nshlib/Kconfig: Move 'option modules' from NSH_FILE_APPS to BUILD_LOADABLE --- nshlib/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 404b40f44..6ba2ee0f9 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -199,7 +199,6 @@ config NSH_BUILTIN_APPS config NSH_FILE_APPS bool "Enable execution of program files" - option modules default n depends on LIBC_EXECFUNCS ---help---