From 8f9d89586334ec70ad0910ebe5608865163406a2 Mon Sep 17 00:00:00 2001 From: AL1S69 <1502432508@qq.com> Date: Wed, 4 Jun 2025 21:51:54 +0800 Subject: [PATCH] Update build_tool.sh --- build_tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tool.sh b/build_tool.sh index b3b087c..93e4d83 100755 --- a/build_tool.sh +++ b/build_tool.sh @@ -48,7 +48,7 @@ clean(){ build_kernel(){ export KBUILD_BUILD_USER="zahi0" export KBUILD_BUILD_HOST="zahi0-server" - make $args wayne_defconfig #修改配置文件 + make $args lavender_defconfig if [ $? -ne 0 ]; then exit 0 fi