From 26c06979cd0a2f143732faa48329b9d4e2236d24 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 24 Aug 2019 16:50:52 +0800
Subject: [PATCH] update setup_env.sh to fix import bug

---
 tools/setup_env.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/setup_env.sh b/tools/setup_env.sh
index 8e1df3f..dcd3ea5 100755
--- a/tools/setup_env.sh
+++ b/tools/setup_env.sh
@@ -55,7 +55,7 @@
         help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \
         automake groff curl lzop asciidoc lib32z1 lib32ncurses5"
 
-    devtools="u-boot-tools mtd-utils "
+    devtools="u-boot-tools mtd-utils device-tree-compiler"
 
     msg_banner "start apt-get install system devlopment tools(commands)" 
 
@@ -102,7 +102,7 @@
     BUILDROOT_DLADDR=${LYFTP_PUB}/$BUILDROOT_TAR
 
     if [ -d ${BUILDROOT_PATH}/${BUILDROOT_NAME} ] ; then
-        LDROOTmsg_banner "$BUILDROOT_VER already installed to $BUILDROOT_PATH/$BUILDROOT_NAME"
+        msg_banner "$BUILDROOT_VER already installed to $BUILDROOT_PATH/$BUILDROOT_NAME"
         return 0;
     fi
 

--
Gitblit v1.9.1