From 2341b375b08ebdb73ade1d280e845f764893e943 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 16 Sep 2016 22:27:49 -0500 Subject: [PATCH] re-enable BOOT_STUB option for all Baytrail devices Signed-off-by: Matt DeVillier --- firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware.sh b/firmware.sh index 570c12a..e37e527 100644 --- a/firmware.sh +++ b/firmware.sh @@ -1025,7 +1025,7 @@ function menu_fwupdate() { menu_fwupdate ;; - 2) if [[ "$unlockMenu" = true || "$isBaytrail" = true && "$bayTrailHasFullROM" = false ]]; then + 2) if [[ "$unlockMenu" = true || "$isBaytrail" = true ]]; then modify_boot_stub fi menu_fwupdate