diff --git a/rpi-update b/rpi-update index 9d9260c..23d5d45 100755 --- a/rpi-update +++ b/rpi-update @@ -735,6 +735,9 @@ command -v readelf >/dev/null 2>&1 || { exit 1 } +FW_REV_IN=${FW_REV_IN:-master} +BOOTLOADER_REV_IN=${BOOTLOADER_REV_IN:-master} + ARTIFACT="" BUILD="" FW_REV=""