Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: replace firmware downloads util with a reference to the firmware selector #14

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
205 changes: 0 additions & 205 deletions www/hardware.php

This file was deleted.

14 changes: 3 additions & 11 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,10 @@ <h2>Kartenzentrierung</h2>
</form>

<h2>Firmware-Downloads</h2>
<p>Dieses Tool listet auf Basis eines Routermodels Informationen zur zugehörigen Firmware auf. Das Tool ist veraltet und es sollte stattdessen der neuere
<a href="https://selector.berlin.freifunk.net/">Firmware-Selector verwendet werden.</a>
<p>Der Freifunk Firmware Selector listet auf Basis der Eingabe eines Routermodels die passenden Firmware-Downloads nebst zugehöriger Prüfsummen auf.
</p>
<code>
// https://util.berlin.freifunk.net/hardware?name=gl-ar150<br>
// name (sting): model of the router<br>
</code>
<form action="https://util.berlin.freifunk.net/hardware" method="GET" target="_blank">
<label for="name">Router Model:</label>
<input type="text" id="name" name="name" required>
<br>
<input type="submit" value="Submit">
<form action="https://selector.berlin.freifunk.net/" method="GET" target="_blank">
<input type="submit" value="Zum Tool">
</form>

<h2>Knoten von Karte entfernen</h2>
Expand Down