From a5a72fbeecadce0be0a28358317b34b168cdb10f Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 8 Sep 2021 11:25:55 -0500 Subject: [PATCH] firmware: add TGL RWL support Signed-off-by: Matt DeVillier --- firmware.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware.sh b/firmware.sh index 76a515b..3dfd153 100644 --- a/firmware.sh +++ b/firmware.sh @@ -48,6 +48,8 @@ elif [ "$isJsl" = true ]; then rwlegacy_file=$rwl_altfw_jsl elif [ "$isZen2" = true ]; then rwlegacy_file=$rwl_altfw_zen2 +elif [ "$isTgl" = true ]; then + rwlegacy_file=$rwl_altfw_tgl else echo_red "Unknown or unsupported device (${device}); cannot update RW_LEGACY firmware." read -ep "Press enter to return to the main menu"