From da58102e457e4170fdd41ba209a0def76ec82ff6 Mon Sep 17 00:00:00 2001 From: zhangminjie1997 <1010169419@qq.com> Date: Mon, 25 Apr 2022 17:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9asianux=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 794f016..d0e94c7 100755 --- a/build.sh +++ b/build.sh @@ -40,6 +40,10 @@ elif [ X"$kernel" == X"centos" ]; then dist_version="CENTOS" elif [ X"$kernel" == X"openeuler" ]; then dist_version="OPENEULER" +elif [ X"$kernel" = X"redflag" ]; then + dist_version="Asianux" +elif [ X"$kernel" = X"asianux" ]; then + dist_version="Asianux" else echo "We only support EulerOS, OPENEULER(aarch64) and CentOS platform." echo "Kernel is $kernel"