forked from Freifunk-Nord/nord-startseite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirmware.html
152 lines (145 loc) · 5.85 KB
/
firmware.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
layout: base
---
<div class="heading">
<div class="row">
<div class="twelve columns">
<h1>Firmware</h1>
</div>
</div>
</div>
<div class="row">
<div class="eight columns">
<h2>Download der Firmware</h2>
<p> Bei fragen, komme in den IRC Chat hackint.org #ffnord oder in unseren <a href="https://kiwiirc.com/client/irc.eu.hackint.org:+9999/ffnord?nick=ffnord-besucher">Webchat</a>.
</p>
<h4>Häufigste Modelle</h4>
<ul>
<li><a href="/firmware.html#TP-Link_TL-WR841N/ND">TL-WR841N/ND</a></li>
<li><a href="/firmware.html#TP-Link_TL-WR1043N/ND">TL-WR1043N/ND v2</a></li>
<li><a href="/firmware.html#TP-Link">CPE210</a></li>
</ul>
<p>Hier findest du eine Liste unterstützter Router-Modelle und ihre entsprechenden Firmware Images.</p>
<p><b>Achtung!</b> Beim Umstieg von einer anderen Firmware aus einer anderen Community unbedingt den Haken "Einstellungen behalten"
ausschalten, also alle Einstellungen vergessen! Die Nord Firmware kann die Einstellungen nicht korrekt übernehmen.</p>
<br/>
<p>Eine Anleitung die den Wechsel aus einer anderen Community erklärt findest du <a href="https://wiki.freifunk.net/Freifunk_Nord/Knoten_Umzug">hier</a>.</p>
<br/>
<p>Derzeit werden noch nicht alle handelsüblichen Freifunk Router in der stabilen Version unserer Firmware unterstützt. Da diese jedoch ständig weiterentwickelt wird, findest du vielleicht die passende Version für deinen Router in unseren <a href="https://freifunk-malente.de/firmware/ffnord/experimental">Experimentals</a>.</p>
</div>
</div>
<div class="row">
<div class="eight columns">
<h2>TP-Link (beta)</h2>
<table class="firmwarelist">
<thead>
<tr>
<th>Modell</th>
<th>Erstinstallation</th>
<th>Upgrade</th>
</tr>
</thead>
<tbody>
<tr>
<td>
TL-WR841N/ND
</td>
<td>
<strong>v10:</strong>
<a href="https://freifunk-malente.de/firmware/ffnord/experimental/factory/gluon-ffnord-0.8-tp-link-tl-wr841n-nd-v10.bin">factory</a>
<br>
</td>
<td>
<strong>v10:</strong>
<a href="https://freifunk-malente.de/firmware/ffnord/experimental/sysupgrade/gluon-ffnord-0.8-tp-link-tl-wr841n-nd-v10-sysupgrade.bin">sysupgrade</a>
<br>
</td>
</tr>
<tr>
<td>
TL-WR1043ND
</td>
<td>
<strong>v3:</strong>
<a href="http://freifunk-malente.de/firmware/ffnord/experimental/factory/gluon-ffnord-0.8-tp-link-tl-wr1043n-nd-v3.bin">factory</a>
<br>
</td>
<td>
<strong>v3:</strong>
<a href="http://freifunk-malente.de/firmware/ffnord/experimental/sysupgrade/gluon-ffnord-0.8-tp-link-tl-wr1043n-nd-v3-sysupgrade.bin">sysupgrade</a>
<br>
</td>
</tr>
<table>
<div class="row">
<div class="eight columns">
<p><strong>Aktuelle Firmware-Version: {{ site.firmware_version }}</strong></p>
</div>
</div>
{% for groups in site.firmwares %}
<h2><a name="{{ groups[0] }}"></a>
{{ groups[0] }}</h2>
<table class="firmwarelist">
<thead>
<tr>
<th></th>
<th>Modell</th>
<th>Erstinstallation</th>
<th>Upgrade</th>
</tr>
</thead>
<tbody>
{% for model in groups[1] %}
<tr>
<td class="router" style="background-image:url(images/models/{{ groups[0] | slugify: 'pretty' }}-{{ model[0] | slugify: 'pretty' }}_100x60.png)">
</td>
<td>
<a name="{{ groups[0] }}_{{ model[0] }}"></a>
<strong>{{ model[0] }}</strong>
<br><a class="infolink" href="https://wiki.openwrt.org/toh/{{ groups[0] | slugify: 'pretty' }}/{{ model[0] | slugify: 'pretty' }}" target="_blank" title="OpenWrt Wiki">→ info</a>
</td>
<td>
{% for fw in model[1] %}
{% if fw[1].factory %}
{% if fw[0] %}
<strong>{{ fw[0] }}:</strong>
{% endif %}
<a href="{{ fw[1].factory }}">factory</a>
{% endif %}
<br/>
{% endfor %}
</td>
<td>
{% for fw in model[1] %}
{% if fw[1].sysupgrade %}
{% if fw[0] %}
<strong>{{ fw[0] }}:</strong>
{% endif %}
<a href="{{ fw[1].sysupgrade }}">sysupgrade</a>
{% endif %}
<br/>
{% endfor %}
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endfor %}
<p>
Die Freifunk-Firmware ist Freie Software. Sie basiert auf dem <a href="https://github.com/freifunk-gluon/gluon">Gluon-Framework</a> und <a href="https://openwrt.org/">OpenWrt</a> und darf nach den Bestimmungen der <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License</a> weiterverteilt und verändert werden.
</p>
</div>
<div class="four columns panel">
<h5>Hardware Versionen</h5>
<p>Bei einigen Modellen gibt es mehrere Hardware Versionen. Ist dies bei deinem Modell der Fall, musst du die entsprechende Firmware anhand des Typenschilds unter dem Knoten auswählen.</p>
<p>Dieses Bild zeigt das Typenschild eines TP-Link TL-WR1043ND. Die Versionsangabe ist gelb markiert:</p>
<a href="images/hardwareversion.png">
<img src="images/hardwareversion.png" />
</a>
</div>
<div class="four columns panel">
<p>Sämtliche Firmware-Dateien findest du unter <a href="{{ site.firmware.base }}">{{ site.firmware.base }}</a>.</p>
<p>Firmware-mirror <a href="{{ site.firmware_mirror }}">{{ site.firmware_mirror }}</a>.</p>
<p>Das Gluon-Site-Repository befindet sich unter <a href="{{ site.firmware.gluon_site }}">{{ site.firmware.gluon_site }}</a>.</p>
</div>
</div>