From 79b897f80bbdf929e3757fc84b77cab98ffbeddc Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 23 Jun 2019 18:33:14 -0500 Subject: [PATCH] functions: add support for SYNDRA Signed-off-by: Matt DeVillier --- functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 50c4fae..b715f6e 100644 --- a/functions.sh +++ b/functions.sh @@ -52,7 +52,7 @@ skylake=('' '' '' '' '' '' '') snb_ivb=('' '' '' '' '' '') apl=('' '' '' '' '' '' '' '' '' '' '' '' '' '' '') kbl_boxes=('''' '' '' '' '') -kbl=($(printf "%s " "${kbl_boxes[@]}") '' '' '' '' '' '' '' '' '' '' '') +kbl=($(printf "%s " "${kbl_boxes[@]}") '' '' '' '' '' '' '' '' '' '' '' '') glk=('ampton' 'apel' 'bobba' 'bobba360' 'bobba' 'meep' 'mimrock' 'octopus' 'phaser' 'phaser360' 'phaser360s' 'sparky' 'sparky360') LegacyROMs=($(printf "%s " "${hsw_boxes[@]}" "${bdw_boxes[@]}" "stumpy")); @@ -500,6 +500,7 @@ case "${_hwid}" in STUMPY*) _x='SNB|Samsung Chromebox Series 3' ;; SUMO*) _x='BYT|AOpen Chromebase Commercial' ;; SWANKY*) _x='BYT|Toshiba Chromebook 2 (2014) CB30/CB35' ;; + SYNDRA*) _x='KBL|HP Chromebook 15 G1' ; device="nami";; TEEMO*) _x='KBL|Asus Chromebox 3 / CN65' ; device="fizz";; TERRA_???-???-???-A*) _x='BSW|ASUS Chromebook C202SA' ; device="terra";; TERRA_???-???-???-B*) _x='BSW|ASUS Chromebook C300SA/C301SA' ; device="terra";;