summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-11 01:41:41 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-11 17:11:53 -0400
commit64ad97770e507340d334e4a40b387a92f3382257 (patch)
tree901827c0b366d5fdddb21a800c5d2e08da48266f /static
parent97a283e1c63d024f9ab8710bc129379b308c6f61 (diff)
publish lynx support
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js2
-rw-r--r--static/releases.html8
2 files changed, 5 insertions, 5 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"];
diff --git a/static/releases.html b/static/releases.html
index 5586933f..30885872 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -62,7 +62,7 @@
<li>
<a href="#stable-channel">Stable channel</a>
<ul>
- <li hidden=""><a href="#lynx-stable">Pixel 7a (experimental)</a></li>
+ <li><a href="#lynx-stable">Pixel 7a (experimental)</a></li>
<li><a href="#cheetah-stable">Pixel 7 Pro</a></li>
<li><a href="#panther-stable">Pixel 7</a></li>
<li><a href="#bluejay-stable">Pixel 6a</a></li>
@@ -79,7 +79,7 @@
<li>
<a href="#beta-channel">Beta channel</a>
<ul>
- <li hidden=""><a href="#lynx-beta">Pixel 7a (experimental)</a></li>
+ <li><a href="#lynx-beta">Pixel 7a (experimental)</a></li>
<li><a href="#cheetah-beta">Pixel 7 Pro</a></li>
<li><a href="#panther-beta">Pixel 7</a></li>
<li><a href="#bluejay-beta">Pixel 6a</a></li>
@@ -371,7 +371,7 @@
<section id="stable-channel">
<h2><a href="#stable-channel">Stable channel</a></h2>
- <section id="lynx-stable" hidden="">
+ <section id="lynx-stable">
<h3><a href="#lynx-stable">Pixel 7a (experimental)</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}">{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}</a></p>
<ul>
@@ -484,7 +484,7 @@
<section id="beta-channel">
<h2><a href="#beta-channel">Beta channel</a></h2>
- <section id="lynx-beta" hidden="">
+ <section id="lynx-beta">
<h3><a href="#lynx-beta">Pixel 7a (experimental)</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}">{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}</a></p>
<ul>