From c27cc477253c954c22565996fdd9b17c7a9cf529 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 05 Jun 2022 22:28:10 +0800
Subject: [PATCH] update setup_tools.sh to add zstd

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

diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh
index 5e49ecd..92312b0 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/
 }
@@ -50,7 +53,7 @@
         libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 tree \
         help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \
         automake groff curl lzop asciidoc lib32z1 lib32ncurses-dev libssl-dev autoconf-archive bison \
-        kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring "
+        kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring zstd"
 
 
     apt update > /dev/null 2>&1

--
Gitblit v1.9.1