diff --git a/build.sh b/build.sh index 794f016..6e3c6fe 100755 --- a/build.sh +++ b/build.sh @@ -40,8 +40,12 @@ 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 "We only support EulerOS, OPENEULER(aarch64) CentOS and Asianux platform." echo "Kernel is $kernel" exit 1 fi