From d4332036db8e6c03b356d62b5989907b0d38475a Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 15 Jun 2016 11:05:20 +0200 Subject: [PATCH] Change remaining /bin/echo to echo in Makefile --- u-boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/u-boot/Makefile b/u-boot/Makefile index c3219aa..1855aae 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -591,7 +591,7 @@ ap143_common_config : common_config @echo "#define CONFIG_MACH_QCA953x 1" >> include/config.h dr531_config : unconfig ap143_common_config - @/bin/echo -e '\e[32m> Configuring for Wallys DR531 at:' `date` '\e[0m' + @echo -e '\e[32m> Configuring for Wallys DR531 at:' `date` '\e[0m' @echo "#define SOC_TYPE QCA_QCA953X_SOC" >> include/config.h @echo "#define CONFIG_FOR_WALLYS_DR531 1" >> include/config.h @echo "#define CFG_ATHRS27_PHY 1" >> include/config.h @@ -633,7 +633,7 @@ wr802n_config : unconfig ap143_common_config @./mkconfig -a ap143 mips mips ap143 ar7240 ar7240 wr841n_v9_config : unconfig ap143_common_config - @/bin/echo -e '\e[32m> Configuring for TP-Link TL-WR841N/D v9 at:' `date` '\e[0m' + @echo -e '\e[32m> Configuring for TP-Link TL-WR841N/D v9 at:' `date` '\e[0m' @echo "#define SOC_TYPE QCA_QCA953X_SOC" >> include/config.h @echo "#define CONFIG_FOR_TPLINK_WR841N_V9 1" >> include/config.h @echo "#define CFG_ATHRS27_PHY 1" >> include/config.h -- 2.25.1