diff --git a/scripts/build_boot.sh b/scripts/build_boot.sh index 33b8e9a4642bc4cbcf0a470b9b0b2cd9e6547ab7..c42e68daa782895a851849b82ccb8ccd3692c5c1 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