From b641d662db1a0c3c6b52e8db0eef4ea8176df074 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 27 Dec 2021 14:27:38 +0800
Subject: [PATCH] update buildroot.sh, add multimedia configure support
---
bsp/build.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bsp/build.sh b/bsp/build.sh
index f0b524b..a9f2521 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -11,7 +11,7 @@
TAR_PATH=${PRJ_PATH}/tarball
BSP_BRANCH="lf-5.10.52-2.1.0"
-# rootfs should be buildroot/yocto or buster/bullseye for debian system
+# rootfs should be buildroot/yocto or bullseye for debian system
ROOTFS=buildroot
set -u
@@ -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