From 3117998d056ae82fd7611ed9968333fe17f60f8a Mon Sep 17 00:00:00 2001 From: leeboby Date: Wed, 18 Nov 2020 10:23:32 +0800 Subject: [PATCH] Remove bionic support for H6 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index cde296c..be2e785 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -244,7 +244,7 @@ if [[ ${BUILD_OPT} == image || ${BUILD_OPT} == rootfs ]]; then elif [[ $BRANCH == current || $BRANCH == dev ]]; then RELEASE_TARGET="buster bionic focal" - + [[ $LINUXFAMILY == sun50iw6 ]] && RELEASE_TARGET="buster focal" else [[ -z $BRANCH ]] && exit_with_error "No kernel branch selected"