mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
re-enable BOOT_STUB option for all Baytrail devices
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user