From 6bec155266499a4dd80f3010947b947de826b21c Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 06 Oct 2022 21:20:03 +0800
Subject: [PATCH] update setup_tools.sh to remove buildroot

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

diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh
index f68ef08..0adec45 100755
--- a/tools/setup_tools.sh
+++ b/tools/setup_tools.sh
@@ -2,7 +2,7 @@
 # This shell script used to setup imx6ull build envrionment
 #
 
-LYFTP_PUB=http://weike-iot.com:2211/imx6ull/tools/lintools
+LYFTP_PUB=http://wekei-iot.com:2211/imx/igkboard/tools/lintools
 
 if [ `id -u` != 0 ] ; then
     echo ""
@@ -116,5 +116,5 @@
 
 install_crosstool
 
-install_buildroot
+#install_buildroot
 

--
Gitblit v1.9.1