From 829e87f6cecc57c7b418384de2ca80ec977587b0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 18 Dec 2021 23:16:44 +0800 Subject: [PATCH] update wifi driver build.sh, remove noisy debug print --- bsp/build.sh | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index 4e9073a..a9f2521 100755 --- a/bsp/build.sh +++ b/bsp/build.sh @@ -2,7 +2,7 @@ PRJ_PATH=`pwd` -BOARD=imx6ull +BOARD=igkboard #CROSS_TOOL=arm-linux-gnueabihf- CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- @@ -11,8 +11,8 @@ TAR_PATH=${PRJ_PATH}/tarball BSP_BRANCH="lf-5.10.52-2.1.0" -# rootfs should be buildroot/yocto or stretch/buster/bullseye for debian system -ROOTFS=buster +# rootfs should be buildroot/yocto or bullseye for debian system +ROOTFS=buildroot set -u set -e @@ -126,6 +126,7 @@ fi do_action bootloader $action do_action kernel $action + do_action drivers $action elif [ $1 == "image" ] ; then do_root "yes" do_action rootfs $action -- Gitblit v1.9.1