From 0fc3a1ceed2da1ce0ed50151b870607812257318 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 25 Nov 2021 23:57:34 +0800
Subject: [PATCH] move win_flash.bat to image and update lintools

---
 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