Switch SKIP_BOOTLOADER default to 0

This commit is contained in:
Tim Gover
2023-12-14 09:57:58 +00:00
committed by popcornmix
parent 2a57b603df
commit e85c4b6906

View File

@@ -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}