From 9c222f3844cd06ce2d59511a01dcbfca8ad8e762 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 30 Mar 2023 14:20:43 +0800 Subject: [PATCH] update bsp to lf-5.15.71-2.2.0, rename system image to distro, update download url --- bsp/kernel/build.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bsp/kernel/build.sh b/bsp/kernel/build.sh index 330d0b2..2cf5c13 100755 --- a/bsp/kernel/build.sh +++ b/bsp/kernel/build.sh @@ -48,6 +48,7 @@ make $defconf make -j ${JOBS} + rm -rf $drvpath/lib/modules/[0-9]*\.[0-9]*\.[0-9]* make modules_install INSTALL_MOD_PATH=$drvpath INSTALL_MOD_STRIP=1 cd ${PRJ_PATH} -- Gitblit v1.9.1