Remove bionic support for H6

This commit is contained in:
leeboby
2020-11-18 10:23:32 +08:00
parent 531c140e11
commit 3117998d05

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"