Remove bionic support for H6
This commit is contained in:
parent
531c140e11
commit
3117998d05
|
|
@ -244,7 +244,7 @@ if [[ ${BUILD_OPT} == image || ${BUILD_OPT} == rootfs ]]; then
|
||||||
elif [[ $BRANCH == current || $BRANCH == dev ]]; then
|
elif [[ $BRANCH == current || $BRANCH == dev ]]; then
|
||||||
|
|
||||||
RELEASE_TARGET="buster bionic focal"
|
RELEASE_TARGET="buster bionic focal"
|
||||||
|
[[ $LINUXFAMILY == sun50iw6 ]] && RELEASE_TARGET="buster focal"
|
||||||
else
|
else
|
||||||
|
|
||||||
[[ -z $BRANCH ]] && exit_with_error "No kernel branch selected"
|
[[ -z $BRANCH ]] && exit_with_error "No kernel branch selected"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue