From 87db3f6e089ae712c26ec9a4d2a852062f6888f8 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Wed, 24 Apr 2024 14:43:46 +0100 Subject: [PATCH] rpi-update: Fix missing default to master from last commit --- rpi-update | 3 +++ 1 file changed, 3 insertions(+) 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=""