From 89d5ee151c8cac078bcc87a2f259a0126d5c00c1 Mon Sep 17 00:00:00 2001
From: GuoWenxue <“guowenxue@gmail.com”>
Date: Mon, 11 Apr 2022 09:50:41 +0800
Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/imx6ull

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

diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh
index 5e49ecd..5d89a83 100755
--- a/tools/setup_tools.sh
+++ b/tools/setup_tools.sh
@@ -32,6 +32,9 @@
     #QT build will installed to this path
     mkdir -p /apps && chmod 777 /apps
 
+    #TFTP server path
+    mkdir -p /tftp && chmod 777 /tftp
+
     #crosstool will installed to this path
     chmod 777 /opt/
 }

--
Gitblit v1.9.1