From a0e22858eb9a28454be642ab9844d9c4e7c62649 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 16 Dec 2021 13:03:17 +0800 Subject: [PATCH] update uboot patch --- bsp/kernel/build.sh | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bsp/kernel/build.sh b/bsp/kernel/build.sh index 34486f0..e65ac90 100755 --- a/bsp/kernel/build.sh +++ b/bsp/kernel/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -INST_DRIVER=0 +INST_DRIVER=1 PRJ_PATH=`pwd` @@ -80,7 +80,6 @@ make -j ${JOBS} - cd ${PRJ_PATH} } @@ -102,7 +101,7 @@ set +x if [ $INST_DRIVER != 0 ] ;then - make modules_install INSTALL_MOD_PATH=${PRJ_PATH}/../rootfs INSTALL_MOD_STRIP=1 + make modules_install INSTALL_MOD_PATH=${PRJ_PATH}/../rootfs/driver INSTALL_MOD_STRIP=1 fi cd ${PRJ_PATH} -- Gitblit v1.9.1