mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Remove bcm2711_64 as a build
With the dropping of the 32-bit bcm2711 (v7l) kernel, the generic 64-bit build is now renamed to bcm2711 and the bcm2711_64 disappears; don't try to download it. See: https://github.com/raspberrypi/rpi-update/issues/47 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -779,7 +779,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 bcm2711_rt bcm2712"
|
BUILD="bcmrpi bcm2709 bcm2711 bcm2711_rt bcm2712"
|
||||||
fi
|
fi
|
||||||
if [[ "${ARTIFACT}" == pulls/* ]]; then
|
if [[ "${ARTIFACT}" == pulls/* ]]; then
|
||||||
PULL=${ARTIFACT##*/}
|
PULL=${ARTIFACT##*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user