mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Switch SKIP_BOOTLOADER default to 0
This commit is contained in:
@@ -59,7 +59,7 @@ else
|
||||
fi
|
||||
WORK_PATH=${WORK_PATH:-"${ROOT_PATH}/root"}
|
||||
SKIP_KERNEL=${SKIP_KERNEL:-}
|
||||
SKIP_BOOTLOADER=${SKIP_BOOTLOADER:-1}
|
||||
SKIP_BOOTLOADER=${SKIP_BOOTLOADER:-0}
|
||||
SKIP_FIRMWARE=${SKIP_FIRMWARE:-0}
|
||||
SKIP_SDK=${SKIP_SDK:-0}
|
||||
SKIP_VCLIBS=${SKIP_VCLIBS:-0}
|
||||
|
||||
Reference in New Issue
Block a user