mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
rpi-update: Also include bcm2712 in build artifacts downloaded
This commit is contained in:
@@ -677,7 +677,7 @@ if [[ "${FW_REV}" == "" ]]; then
|
|||||||
if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then
|
if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then
|
||||||
IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN}
|
IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN}
|
||||||
if [[ "${BUILD}" == "" ]]; then
|
if [[ "${BUILD}" == "" ]]; then
|
||||||
BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64"
|
BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64 bcm2712"
|
||||||
fi
|
fi
|
||||||
if [[ "${ARTIFACT}" == pulls/* ]]; then
|
if [[ "${ARTIFACT}" == pulls/* ]]; then
|
||||||
PULL=${ARTIFACT##*/}
|
PULL=${ARTIFACT##*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user