凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2021-11-25 91a690169ae9de24917144ee78ffcdc711f0c0a9
update top build shell script to call tarball build.sh
1 files modified
5 ■■■■ changed files
bsp/build.sh 5 ●●●● patch | view | raw | blame | history
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