From 65dc3d972e8281fd8625ffd37b2e67994557f88d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 02 Aug 2019 18:50:48 +0800
Subject: [PATCH] update rootfs build shell script, fix ubifs rootfs running bug

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

diff --git a/ok335xD/tools/setup_env.sh b/ok335xD/tools/setup_env.sh
index 872980a..6621a45 100755
--- a/ok335xD/tools/setup_env.sh
+++ b/ok335xD/tools/setup_env.sh
@@ -32,3 +32,7 @@
    mv ${CROSSTOOL_PATH}/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi/  ${CROSSTOOL_PATH}/cortex-a7
 fi
 
+
+# QT build will install to this path
+mkdir -p /apps && chmod 777 /apps
+

--
Gitblit v1.9.1