Remove bionic support for H6

This commit is contained in:
leeboby 2020-11-18 10:23:32 +08:00
parent 531c140e11
commit 3117998d05
1 changed files with 1 additions and 1 deletions

View File

@ -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"