From 07805ea27d1a8e8fe7ac559a08d5ec9342b88835 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 11 Apr 2022 21:14:39 +0800
Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/imx6ull

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

diff --git a/bsp/build.sh b/bsp/build.sh
index 90d961a..c1e2e66 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -118,7 +118,7 @@
     fi
     do_action bootloader $action
     do_action kernel $action
-    #do_action drivers $action
+    do_action drivers $action
 elif [ $1 == "image" ] ; then
     do_root "yes"
     do_action rootfs $action

--
Gitblit v1.9.1