[PATCH 1/2] defaultenv-2: Select CMD_ECHO & CMD_ECHO_E by default
Alexander Shiyan
shc_work at mail.ru
Fri Oct 12 02:50:14 EDT 2012
Command is used in the scripts and it should be compiled in.
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
common/Kconfig | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 9210739..2783405 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -564,6 +564,8 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
select CMD_GLOBAL
select CMD_AUTOMOUNT
select CMD_BASENAME
+ select CMD_ECHO
+ select CMD_ECHO_E
select FLEXIBLE_BOOTARGS
prompt "Generic environment template"
--
1.7.3.4
More information about the barebox
mailing list