From 91a690169ae9de24917144ee78ffcdc711f0c0a9 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 25 Nov 2021 23:51:50 +0800
Subject: [PATCH] update top build shell script to call tarball build.sh
---
bsp/build.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/bsp/build.sh b/bsp/build.sh
index 0ad0a30..e16073d 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -115,7 +115,10 @@
do_usage
fi
-do_modify
+if [ $action == "build" ] ; then
+ do_modify
+ cd tarball && ./build.sh && cd -
+fi
if [ $1 == "bsp" ] ; then
if [ $action == "build" ] ; then
--
Gitblit v1.9.1