From 3681c54caa8c46a7e05e4d1c06bba8f6559ee8a5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 17 Jan 2022 11:42:51 +0800 Subject: [PATCH] update driver build shell script --- 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