From ff549384b7dc3d128178669bd85cfcfa0aefafa4 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 18 Dec 2021 16:34:52 +0800
Subject: [PATCH]  add firmware packet support

---
 bsp/build.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bsp/build.sh b/bsp/build.sh
index 8682796..a9f2521 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -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