diff --git a/rpi-update b/rpi-update index 05dedf3..534ecdf 100755 --- a/rpi-update +++ b/rpi-update @@ -677,7 +677,7 @@ if [[ "${FW_REV}" == "" ]]; then if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN} if [[ "${BUILD}" == "" ]]; then - BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64" + BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64 bcm2712" fi if [[ "${ARTIFACT}" == pulls/* ]]; then PULL=${ARTIFACT##*/}