From dde2bc4569766a11b9bb32608a66193dce2a0d28 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 19 Oct 2022 09:14:04 -0500 Subject: [PATCH] Add RW_LEGACY/AltFw for DRALLION Signed-off-by: Matt DeVillier --- firmware.sh | 2 ++ sources.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware.sh b/firmware.sh index de8f3aa..523dc7e 100644 --- a/firmware.sh +++ b/firmware.sh @@ -42,6 +42,8 @@ elif [ "$isKbl" = true ]; then rwlegacy_file=$seabios_kbl elif [ "$isWhl" = true ]; then rwlegacy_file=$rwl_altfw_whl +elif [ "$device" = "drallion" ]; then + rwlegacy_file=$rwl_altfw_drallion elif [ "$isCmlBox" = true ]; then rwlegacy_file=$rwl_altfw_cml elif [ "$isJsl" = true ]; then diff --git a/sources.sh b/sources.sh index 278353c..66294d1 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -export script_date="[2022-08-05]" +export script_date="[2022-10-19]" #where the stuff is export util_source="https://www.mrchromebox.tech/files/util/" @@ -198,6 +198,7 @@ export seabios_kbl_18="seabios-kbl_18-mrchromebox_20200223.bin" export rwl_altfw_stoney="rwl_altfw_stoney-mrchromebox_20200107.bin" export rwl_altfw_whl="rwl_altfw_whl-mrchromebox_20201017.bin" export rwl_altfw_cml="rwl_altfw_cml-mrchromebox_20210415.bin" +export rwl_altfw_drallion="rwl_altfw_drallion-mrchromebox_20221019.bin" export rwl_altfw_glk="rwl_altfw_glk-mrchromebox_20220920.bin" export rwl_altfw_jsl="rwl_altfw_jsl-mrchromebox_20211115.bin" export rwl_altfw_zen2="rwl_altfw_zen2-mrchromebox_20210623.bin"