From 9c296fca0ccbe393cc78d7a509765834c27ed302 Mon Sep 17 00:00:00 2001 From: guningbo Date: Thu, 26 Sep 2024 21:21:39 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rk3588=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=BF=9B=E5=85=A5build=5Frk3588-kernel=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build_boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_boot.sh b/scripts/build_boot.sh index 33b8e9a..c42e68d 100755 --- a/scripts/build_boot.sh +++ b/scripts/build_boot.sh @@ -242,12 +242,12 @@ if [[ -f $workdir/kernel/arch/arm64/boot/dts/rockchip/${dtb_name}.dtb && -f $wor else if [ "${branch:0:19}" == "openEuler-20.03-LTS" ];then # include: openEuler-20.03-LTS* build_4.19-kernel + elif [ "${branch}" == "openEuler-22.03-LTS-RK3588" ]; then + build_rk3588-kernel elif [ "${branch:0:19}" == "openEuler-22.03-LTS" ]; then # include: openEuler-22.03-LTS* build_5.10-kernel elif [ "${branch:0:19}" == "openEuler-24.03-LTS" ]; then # include: openEuler-24.03-LTS* build_6.6-kernel - elif [ "${branch}" == "openEuler-22.03-LTS-RK3588" ]; then - build_rk3588-kernel else echo "Unsupported version." fi -- Gitee