44 < head >
55 < meta charset ="utf-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7- < title > OpenWrt Firmware Selector</ title >
8- < link rel ="icon " href ="favicon.ico " />
7+ < title > LibreMesh Firmware Selector</ title >
8+ < link rel ="icon " href ="https://libremesh.org/ favicon.ico " />
99 < link rel ="stylesheet " href ="index.css " />
1010 < script src ="config.js "> </ script >
1111 < script src ="index.js "> </ script >
1414 <!-- header across the whole page -->
1515 < header >
1616 < div >
17- < a href ="https://openwrt .org ">
18- < img src ="logo .svg " width ="180 " alt ="Logo " />
17+ < a href ="https://libremesh .org ">
18+ < img src ="/libremesh_logo .svg " width ="180 " alt ="Logo " />
1919 </ a >
2020 < div style ="flex-grow: 1 "> </ div >
2121 < div >
7979
8080 < div class ="container ">
8181 < div >
82- < h2 class ="tr-load "> Download OpenWrt Firmware for your Device</ h2 >
82+ < h2 class ="tr-libremesh-load ">
83+ Build LibreMesh firmware for your Device
84+ </ h2 >
8385 < p class ="tr-message ">
8486 Type the name or model of your device, then select a stable build or
8587 the nightly "snapshot" build.
8688 </ p >
89+ < p >
90+ Download old precompiled versions from
91+ < a href ="https://firmware-libremesh.antennine.org/releases/ "> here</ a > .
92+ </ p >
8793
8894 <!-- Model name and Build dropdown -->
8995 < div id ="models-autocomplete " class ="autocomplete ">
@@ -158,7 +164,7 @@ <h3 id="build-title" class="tr-version-build">About this build</h3>
158164 </ div >
159165 </ div >
160166 < div >
161- < h4 class ="tr-packages "> Installed Packages</ h4 >
167+ < h4 class ="tr-openwrt- packages "> OpenWrt Packages</ h4 >
162168 < textarea
163169 rows ="10 "
164170 id ="asu-packages "
@@ -167,6 +173,39 @@ <h4 class="tr-packages">Installed Packages</h4>
167173 autocapitalize ="off "
168174 > </ textarea >
169175 </ div >
176+ < div >
177+ < h4 class ="tr-libremesh-packages "> LibreMesh Packages</ h4 >
178+ < div >
179+ < div style ="display: flex ">
180+ < span style ="padding: 1em; min-width: 15em "
181+ > Flavor:
182+ </ span >
183+ < select id ="flavor-select ">
184+ < option value ="default ">
185+ default (babeld, batman-adv, anygw, lime-app,
186+ shared-state-async)
187+ </ option >
188+ < option value ="mini ">
189+ mini (babeld, batman-adv, anygw, shared-state)
190+ </ option >
191+ < option value ="babeld-only "> babeld-only</ option >
192+ </ select >
193+ </ div >
194+ < div style ="display: flex ">
195+ < span style ="padding: 1em; min-width: 15em "
196+ > Feed Branch:
197+ </ span >
198+ < select id ="ref-select "> </ select >
199+ </ div >
200+ </ div >
201+ < textarea
202+ rows ="10 "
203+ id ="lime-packages "
204+ autocomplete ="off "
205+ spellcheck ="false "
206+ autocapitalize ="off "
207+ > </ textarea >
208+ </ div >
170209 < h4 class ="tr-defaults ">
171210 Script to run on first boot (uci-defaults)
172211 </ h4 >
@@ -206,12 +245,12 @@ <h3 class="tr-downloads">Download an image</h3>
206245 </ div >
207246
208247 < div id ="footer ">
209- < span
248+ <!-- < span
210249 ><a href="https://downloads.openwrt.org" class="tr-server-link"
211250 >All Downloads</a
212251 ></span
213252 >
214- |
253+ | -->
215254 < span
216255 > < a
217256 href ="https://forum.openwrt.org/t/the-openwrt-firmware-selector/81721 "
0 commit comments