diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 01:41:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 17:11:53 -0400 |
| commit | 64ad97770e507340d334e4a40b387a92f3382257 (patch) | |
| tree | 901827c0b366d5fdddb21a800c5d2e08da48266f /static/js | |
| parent | 97a283e1c63d024f9ab8710bc129379b308c6f61 (diff) | |
publish lynx support
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |
