fixed the issue for submodule update

This commit is contained in:
xianfeng.du 2023-07-21 13:55:19 +08:00
parent df05efc8d8
commit f99b0bbef3
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
set -e
git submodule init
git submodule update --remote --recursive
git submodule update --remote --merge --recursive driver/rfic
pushd driver/rfic
git clean -dxf
@ -9,8 +9,8 @@ git fetch
git checkout DEV
git pull
#git checkout commitid
git submodule init
git submodule update
#git submodule init
#git submodule update
make clean
echo "#board_type:${BOARD_TYPE}"

@ -1 +1 @@
Subproject commit 7908793098da2a3fcc5da3f3f2831c84fe4947f7
Subproject commit 7bd0c4a6b87b70cf28b0c47eea74b731c9e90e38