make: add emmc elif

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-03-01 15:32:48 +01:00
parent 731afcfaeb
commit 22c4763b3a

View File

@@ -445,7 +445,7 @@ function make() {
if [ "${EMMCBOOT}" = "false" ]; then
deleteConfigKey "modules.mmc_block" "${USER_CONFIG_FILE}"
deleteConfigKey "modules.mmc_core" "${USER_CONFIG_FILE}"
else
elif [ "${EMMCBOOT}" = "true" ]; then
writeConfigKey "modules.mmc_block" "" "${USER_CONFIG_FILE}"
writeConfigKey "modules.mmc_core" "" "${USER_CONFIG_FILE}"
fi