From 64ad97770e507340d334e4a40b387a92f3382257 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 May 2023 01:41:41 -0400 Subject: publish lynx support --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/web-install.js b/static/js/web-install.js index 496e1385..fa9a7960 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -- cgit v1.3.1