This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
forked from freifunk-darmstadt/gluon-firmware-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevices.js
439 lines (394 loc) · 17.5 KB
/
devices.js
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
var devices_recommended = {
"8devices": {
"Carambola Board 2": "8devices-carambola2-board",
"Jalapeno Board": "8devices-jalapeno"
},
"Aerohive": {
"HiveAP 121": "aerohive-hiveap-121",
"HiveAP 330": "aerohive-hiveap-330",
},
"Allnet": {
"ALL0315N": "allnet-all0315n"
},
"Aruba": {
"AP-303": "aruba-ap-303",
"Instant On AP11": "aruba-instant-on-ap11"
},
"Asus": {
"RT-AC51U": "asus-rt-ac51u",
"RT-AC57U": "asus-rt-ac57u",
},
"AVM": {
"FRITZ!Box 4020": "avm-fritz-box-4020",
"FRITZ!Box 4040": "avm-fritz-box-4040",
"FRITZ!Box 7312": "avm-fritz-box-7312",
"FRITZ!Box 7360 SL": "avm-fritz-box-7360-sl",
"FRITZ!Box 7360": {"avm-fritz-box-7360-v1": "v1", "avm-fritz-box-7360-v2": "v2"},
"FRITZ!Box 7362 SL": "avm-fritz-box-7362-sl",
"FRITZ!Box 7412": "avm-fritz-box-7412",
"FRITZ!Repeater 1200": "avm-fritz-repeater-1200",
"FRITZ!WLAN Repeater 300E": "avm-fritz-wlan-repeater-300e",
"FRITZ!WLAN Repeater 450E": "avm-fritz-wlan-repeater-450e"
},
"Buffalo": {
"WZR-600DHP": {"buffalo-wzr-600dhp": "v2"},
"WZR-HP-AG300H": {"buffalo-wzr-hp-ag300h": "", "buffalo-wzr-hp-ag300h-wzr-600dhp": ""},
"WZR-HP-G300H": {"buffalo-wzr-hp-g300h": ""},
"WZR-HP-G300NH": {"buffalo-wzr-hp-g300nh": "v1", "buffalo-wzr-hp-g300nh2": "v2"},
"WZR-HP-G450H": {"buffalo-wzr-hp-g450h": ""},
},
"Cudy": {
"WR1000": {"cudy-wr1000": "v2"}
},
"D-Link": {
"DAP‑1330": "d-link-dap-1330-rev",
"DIR-505": "d-link-dir-505-rev",
"DIR-825": "d-link-dir-825-rev",
"DIR-860L": "d-link-dir-860l"
},
"devolo": {
"WiFi Pro 1200e": "devolo-wifi-pro-1200e",
"WiFi Pro 1200i": "devolo-wifi-pro-1200i",
"WiFi Pro 1750c": "devolo-wifi-pro-1750c",
"WiFi Pro 1750e": "devolo-wifi-pro-1750e",
"WiFi Pro 1750i": "devolo-wifi-pro-1750i",
"WiFi Pro 1750x": "devolo-wifi-pro-1750x",
},
"EnGenius": {
"ENS620EXT": {"engenius-ens620ext": "", "engenius-ens620ext-factory_fw30": "fw3.0", "engenius-ens620ext-factory_fw35": "fw3.5"},
},
"Enterasys": {
"WS-AP3710i": "enterasys-ws-ap3710i",
},
"GL.iNet": {
"GL-AR150": {"gl-ar150": "", "gl.inet-gl-ar150": ""},
"GL-AR300M": {"gl-ar300m": "M16 / M16-Ext", "gl.inet-gl-ar300m": "M16 / M16-Ext"},
"GL-AR300M Lite": "gl.inet-gl-ar300m-lite",
"GL-AR750": {"gl-ar750": "", "gl.inet-gl-ar750": ""},
"GL-AR750S": {"gl.inet-gl-ar750s-nor": ""},
"6408a": "gl-inet-6408a",
"6416a": "gl-inet-6416a",
"GL-B1300": "gl.inet-gl-b1300",
"GL-MT300a": "gl-mt300a",
"GL-MT300n": {"gl-mt300n": "v1", "gl-mt300n-v2": "v2"},
"GL-MT750": "gl-mt750",
"VIXMINI": "gl.inet-vixmini"
},
"LeMaker": {
"Banana Pi": "lemaker-banana-pi",
"Banana Pro": "lemaker-banana-pro",
"Banana Pi R1 (Lamobo)": {"lamobo-r1": "", "lemaker-lamobo-r1": ""}
},
"Linksys": {
"WRT1200AC": "linksys-wrt1200ac"
},
"Meraki": {
"MR12": "meraki-mr12",
"MR16": "meraki-mr16",
"MR62": "meraki-mr62",
"MR66": "meraki-mr66"
},
"Mikrotik": {
"vmlinux": {"mikrotik-vmlinux-lzma" : "", "mikrotik-vmlinux.lzma" : ""},
"nand": {"mikrotik-nand-64m" : "64m", "mikrotik-nand-large" : "large", "mikrotik-nand-large-ac": "large AC"},
"nor": {"mikrotik-rb-nor-flash-16M-sysupgrade": "16m", "mikrotik-rb-nor-flash-16M-ac": "16m AC"}
},
"Netgear": {
"DGN3500": "netgear-dgn3500b",
"EX6100": {"netgear-ex6100v2": "v2"},
"EX6150": {"netgear-ex6150": "v1", "netgear-ex6150v2": "v2"},
"R6120": "netgear-r6120",
"R6220": "netgear-r6220",
"R7800": "netgear-nighthawk-x4s-r7800",
"WNR2200": "netgear-wnr2200",
"WNDR3700": {"netgear-wndr3700": "v1", "netgear-wndr3700v2": "v2", "netgear-wndr3700v3": "v3", "netgear-wndr3700v4": "v4", "netgear-wndr3700v5": "v5"},
"WNDR3800": {"netgear-wndr3800": "", "netgear-wndr3800chmychart": "--ignore--"},
"WNDR4300": "netgear-wndr4300",
"WNDRMAC": {"netgear-wndrmac": "v1", "netgear-wndrmacv2": "v2"},
},
"Nexx": {
"WT3020": {"nexx-wt3020-8m": "--ignore--"},
"WT3020AD": "nexx-wt3020ad",
"WT3020F": "nexx-wt3020f",
"WT3020H": "nexx-wt3020h",
},
"OCEDO": {
"Koala": "ocedo-koala",
"Panda": "ocedo-panda",
"Raccoon": "ocedo-raccoon",
},
"Onion": {
"Omega": "onion-omega"
},
"Open-Mesh": {
"A40": "openmesh-a40",
"A42": "openmesh-a42",
"A60": "openmesh-a60",
"A62": "openmesh-a62",
"MR1750": {"openmesh-mr1750": "v1", "openmesh-mr1750v2": "v2"},
"MR600": {"openmesh-mr600": "v1", "openmesh-mr600v2": "v2"},
"MR900": {"openmesh-mr900": "v1", "openmesh-mr900v2": "v2"},
"OM2P HS": {"openmesh-om2p-hs": "v1", "openmesh-om2p-hsv3": "v3", "openmesh-om2p-hsv4": "v4"},
"OM2P LC": "openmesh-om2p-lc",
"OM2P": {"openmesh-om2p": "v1", "openmesh-om2pv2": "v2", "openmesh-om2pv4": "v4"},
"OM5P-AC": {"openmesh-om5p-ac": "v1", "openmesh-om5p-acv2": "v2"},
"OM5P-AN": "openmesh-om5p-an",
"OM5P": "openmesh-om5p",
},
"PC Engines": {
"ALIX": "x86-geode"
},
"Raspberry Pi Foundation": {
"PI": { "raspberry-pi": "", "raspberrypi-model-b": "" },
"PI2": { "raspberry-pi-2": "", "raspberrypi-2-model-b": "" },
"PI3": { "raspberry-pi-3": "", "raspberrypi-3-model-b": "" }
},
"TP-Link": {
"Archer C2600": {"tp-link-archer-c2600": "v1"},
"Archer C2": {"tp-link-archer-c2": "v1"},
"Archer C5": {"tp-link-archer-c5": "v1"},
"Archer C6": {"tp-link-archer-c6": "v2"},
"Archer C7": "tp-link-archer-c7",
"Archer C20": "tp-link-archer-c20",
"Archer C20i": "tp-link-archer-c20i",
"Archer C25": {"tp-link-archer-c25": "v1"},
"Archer C50": {"tp-link-archer-c50": "v1", "tp-link-archer-c50-v3": "v3", "tp-link-archer-c50-v4": "v4"},
"Archer C58": {"tp-link-archer-c58": "v1"},
"Archer C59": {"tp-link-archer-c59": "v1"},
"Archer C60": {"tp-link-archer-c60-v1": "v1", "tp-link-archer-c60-v2": "v2"},
"CPE210": {"tp-link-cpe210": "", "tp-link-cpe210-220": ""},
"CPE220": "tp-link-cpe220",
"CPE510": {"tp-link-cpe510": "", "tp-link-cpe510-520": "", "tp-link-cpe520": "--ignore--"},
"WBS210": "tp-link-wbs210",
"WBS510": "tp-link-wbs510",
"RE355": "tp-link-re355",
"RE450": "tp-link-re450",
"TD-W9980": "tp-link-td-w9980",
"TL-MR3020": {"tp-link-tl-mr3020-v3": "v3"},
"TL-MR3420": {"tp-link-tl-mr3420-v5": "v5"},
"TL-WA801N/ND": {"tp-link-tl-wa801nd-v5": "v5"},
"TL-WDR3500": "tp-link-tl-wdr3500",
"TL-WDR3600": "tp-link-tl-wdr3600",
"TL-WDR4300": "tp-link-tl-wdr4300",
"TL-WDR4900": "tp-link-tl-wdr4900",
"TL-WR1043N/ND": {"tp-link-tl-wr1043n-nd-v2": "v2", "tp-link-tl-wr1043n-nd-v3": "v3",
"tp-link-tl-wr1043n-nd-v4": "v4", "tp-link-tl-wr1043n-v5": "v5"},
"TL-WR2543N/ND": {"tp-link-tl-wr2543n-nd": ""},
"TL-WR841N/ND": {"tp-link-tl-wr841n-v13": "v13"},
"TL-WR842N/ND": {"tp-link-tl-wr842n-nd-v3": "v3"},
"TL-WRAC": {"tp-link-tl-wr902ac-v1": "v1",
"tp-link-tl-wr902ac-v3": "v3"},
},
"Ubiquiti": {
"EdgeRouter X": "ubnt-erx",
"EdgeRouter X-SFP": "ubnt-erx-sfp",
"NanoBeam": {"ubiquity-nanobeam-m": "--ignore--", "ubiquiti-nanobeam-m5": "M5"},
"Rocket": {"ubiquiti-rocket-m": "M", "ubiquiti-rocket-m-xw": "M XW",
"ubiquiti-rocket-m2": "M2", "ubiquiti-rocket-m2-xw": "M2 XW",
"ubiquiti-rocket-m5": "M5", "ubiquiti-rocket-m5-xw": "M5 XW"},
"Rocket Titanium": {"ubiquiti-rocket-m-ti": "--ignore--",
"ubiquiti-rocket-m2-ti": "M2",
"ubiquiti-rocket-m5-ti": "M5"},
"UniFi AC Lite": "ubiquiti-unifi-ac-lite",
"UniFi AC LR": "ubiquiti-unifi-ac-lite-mesh",
"UniFi AC Mesh": "ubiquiti-unifi-ac-mesh",
"UniFi AC Mesh Pro": "ubiquiti-unifi-ac-mesh-pro",
"UniFi AC Pro": "ubiquiti-unifi-ac-pro",
"UniFi AP": {"ubiquiti-unifi": "--ignore--", "ubiquiti-unifi-ap": ""},
"UniFi AP LR": "ubiquiti-unifi-ap-lr",
"UniFi AP Pro": "ubiquiti-unifi-ap-pro",
"UniFi AP Outdoor": {"ubiquiti-unifi-outdoor": "", "ubiquiti-unifiap-outdoor": ""},
"UniFi AP Outdoor+": {"ubiquiti-unifi-outdoor-plus": "", "ubiquiti-unifiap-outdoor+": "", "ubiquiti-unifiap-outdoor%2B": "", "ubiquiti-unifiap-outdoor%2b": ""}
},
"VoCore": {
"VoCore 2": "vocore2"
},
"Western Digital": {
"My Net N600": {"wd-my-net-n600": ""},
"My Net N750": {"wd-my-net-n750": ""}
},
"Xiaomi": {
"MiWiFi Mini": "xiaomi-miwifi-mini"
},
"x86": {
"generic 32bit": "x86-generic",
"generic 64bit": "x86-64",
"legacy 32bit": "x86-legacy",
"VirtualBox 32bit": {"x86-virtualbox.vdi": "", "x86-generic.vdi": ""},
"VirtualBox 64bit": {"x86-64-virtualbox.vdi": "", "x86-64.vdi": ""},
"VMware 32bit": {"x86-vmware.vmdk": "", "x86-generic.vmdk": ""},
"VMware 64bit": {"x86-64-vmware.vmdk": "", "x86-64-generic.vmdk": "",
"x86-64.vmdk": ""},
"KVM 32bit": "x86-kvm",
"XEN 32bit": "x86-xen",
},
"ZyXEL": {
"NBG6616": "zyxel-nbg6616",
"NBG6617": "zyxel-nbg6617",
"NBG6716": "zyxel-nbg6716",
"WRE6606": "zyxel-wre6606",
},
"ZBT": {
"WG3526": {"zbt-wg3526-16m": "16M", "zbt-wg3526-32m": "32M", "zbt-wg3526": "16M"},
}
};
var devices_small_kernel_part = {
"Linksys": {
"EA6350": {"linksys-ea6350v3": "v3"}
}
};
var devices_4_32 = {
"D-Link": {
"DIR-615": {"d-link-dir-615-c1": "c1/c2", "d-link-dir-615-rev-c1": "c1/c2",
"d-link-dir-615-d": "--ignore--", "d-link-dir-615-d1": "d1",
"d-link-dir-615-d2": "d2", "d-link-dir-615-d3": "d3",
"d-link-dir-615-d4": "d4", "d-link-dir-615-e1": "e1/e2",
"d-link-dir-615-e4": "e3-e5", "d-link-dir-615-h1": "h1/h2"},
},
"TP-Link": {
"TL-MR13U": "tp-link-tl-mr13u",
"TL-MR3020": "tp-link-tl-mr3020",
"TL-MR3040": "tp-link-tl-mr3040",
"TL-MR3220": "tp-link-tl-mr3220",
"TL-MR3420": {"tp-link-tl-mr3420-v1": "v1", "tp-link-tl-mr3420-v2": "v2"},
"TL-WA701N/ND": {"tp-link-tl-wa701nd": "", "tp-link-tl-wa701n-nd": ""},
"TL-WA7210N/ND": "tp-link-tl-wa7210n",
"TL-WA730RE": "tp-link-tl-wa730re",
"TL-WA750RE": "tp-link-tl-wa750re",
"TL-WA7510N": "tp-link-tl-wa7510n",
"TL-WA801N/ND": {"tp-link-tl-wa801n-nd-v1": "v1",
"tp-link-tl-wa801n-nd-v2": "v2",
"tp-link-tl-wa801n-nd-v3": "v3"
},
"TL-WA830RE": "tp-link-tl-wa830re",
"TL-WA850RE": "tp-link-tl-wa850re",
"TL-WA860RE": "tp-link-tl-wa860re",
"TL-WA901N/ND": {"tp-link-tl-wa901nd": "", "tp-link-tl-wa901n-nd": ""},
"TL-WR703N": "tp-link-tl-wr703n",
"TL-WR710N": "tp-link-tl-wr710n",
"TL-WR740N/ND": "tp-link-tl-wr740n-nd",
"TL-WR741N/ND": "tp-link-tl-wr741n-nd",
"TL-WR743N/ND": "tp-link-tl-wr743n-nd",
"TL-WR802N": {"tp-link-tl-wr802n": "v1"},
"TL-WR810N": {"tp-link-tl-wr810n": "v1"},
"TL-WR840N": {"tp-link-tl-wr840n": "v2"},
"TL-WR841N/ND\n Original Hardware": {"tp-link-tl-wr841n-nd-v3": "v3",
"tp-link-tl-wr841n-nd-v5": "v5",
"tp-link-tl-wr841n-nd-v7": "v7",
"tp-link-tl-wr841n-nd-v8": "v8",
"tp-link-tl-wr841n-nd-v9": "v9",
"tp-link-tl-wr841n-nd-v10": "v10",
"tp-link-tl-wr841n-nd-v11": "v11",
"tp-link-tl-wr841n-nd-v12": "v12"
},
"TL-WR843N/ND": {"tp-link-tl-wr843n-nd": ""},
"TL-WR940N/ND": {"tp-link-tl-wr940n": "", "tp-link-tl-wr940n-nd": "", "tp-link-tl-wr941nd-v4": "v1", "tp-link-tl-wr941nd-v5": "v2", "tp-link-tl-wr941nd-v6": "v3"},
"TL-WR941N/ND": {"tp-link-tl-wr941nd": "", "tp-link-tl-wr941n-nd": "", "tp-link-tl-wr941nd-v4": "v4", "tp-link-tl-wr941nd-v5": "v5", "tp-link-tl-wr941nd-v6": "v6"}
},
"Unbranded": {
"A5-V11": "a5-v11"
},
};
var devices_8_32 = {
"Alfa": {
"AP121": {"alfa-ap121": "", "alfa-network-ap121": ""},
"AP121F": {"alfa-ap121f": "", "alfa-network-ap121f": ""},
"AP121U": {"alfa-ap121u": "", "alfa-network-ap121u": ""},
"Hornet-UB": {"alfa-hornet-ub": "", "alfa-network-hornet-ub": ""},
"Tube2H": {"alfa-tube2h": "", "alfa-network-tube2h": ""},
"N2 / N5": {"alfa-n2-n5": "", "alfa-network-n2-n5": ""}
},
"Linksys": {
"WRT160NL": "linksys-wrt160nl",
},
"TP-Link": {
"TL-WR1043N/ND": {"tp-link-tl-wr1043n-nd-v1": "v1"},
"TL-WR842N/ND": {"tp-link-tl-wr842n-nd-v1": "v1", "tp-link-tl-wr842n-nd-v2": "v2"},
"TL-WR841N/ND\n Flash-Umbau auf 8MB": {"tp-link-tl-wr841n-nd-mod-8m-v8": "v8",
"tp-link-tl-wr841n-nd-mod-8m-v9": "v9",
"tp-link-tl-wr841n-nd-mod-8m-v10": "v10",
"tp-link-tl-wr841n-nd-mod-8m-v11": "v11"},
},
"Ubiquiti": {
"AirGateway": {"ubnt-air-gateway": "", "ubiquiti-airgateway": "",
"ubiquiti-airgateway-lr": "LR", "ubiquiti-airgateway-pro": "Pro"},
"AirRouter": {"ubnt-air-router": "", "ubiquiti-airrouter": ""},
"Bullet": {"ubiquiti-bullet-m2": "M2", "ubiquiti-bullet-m5": "M5", "bullet-m": "--ignore--"},
"Litestation SR71": "ubiquiti-ls-sr71",
"NanoStation Loco": {"ubiquiti-loco-m-xw": "--ignore--",
"ubiquiti-nanostation-loco-m2": "M2 XM", "ubiquiti-nanostation-loco-m2-xw": "M2 XW",
"ubiquiti-nanostation-loco-m5": "M5 XM", "ubiquiti-nanostation-loco-m5-xw": "M5 XW"},
"NanoStation": {"ubiquiti-nanostation-m": "--ignore--", "ubiquiti-nano-m": "--ignore--", "ubiquiti-nanostation-m-xw": "--ignore--", "ubiquiti-nano-m-xw": "--ignore--",
"ubiquiti-nanostation-m2": "M2 XM", "ubiquiti-nano-m2": "M2 XM", "ubiquiti-nanostation-m2-xw": "M2 XW", "ubiquiti-nano-m2-xw": "M2 XW",
"ubiquiti-nanostation-m5": "M5 XM", "ubiquiti-nano-m5": "M5 XM", "ubiquiti-nanostation-m5-xw": "M5 XW", "ubiquiti-nano-m5-xw": "M5 XW"},
"PicoStation": {"ubiquiti-picostation-m": "M",
"ubiquiti-picostation-m2": "M2"},
},
"VoCore": {
"VoCore": {"vocore-8M": "8M"},
},
};
var devices_16_32 = {
"VoCore": {
"VoCore": {"vocore-16M": "16M"},
},
"TP-Link": {
"TL-WR841N/ND\n Flash-Umbau auf 16MB": {"tp-link-tl-wr841n-nd-mod-16m-v8": "v8",
"tp-link-tl-wr841n-nd-mod-16m-v9": "v9",
"tp-link-tl-wr841n-nd-mod-16m-v10": "v10",
"tp-link-tl-wr841n-nd-mod-16m-v11": "v11"},
},
}
var vendormodels = {
"recommended": devices_recommended,
"small_kernel_part": devices_small_kernel_part,
"4_32": devices_4_32,
"8_32": devices_8_32,
"16_32": devices_16_32,
}
var devices_info = {
"Aruba": {
"AP-303": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=102c8c55f217606cdbdc9a449667e034676b3e75",
"Instant On AP11": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=102c8c55f217606cdbdc9a449667e034676b3e75"
},
"Ubiquiti": {
"EdgeRouter X": "https://github.com/oszilloskop/UBNT_ERX_Gluon_Factory-Image/blob/master/README.md",
"EdgeRouter X-SFP": "https://github.com/oszilloskop/UBNT_ERX_Gluon_Factory-Image/blob/master/README.md"
},
"AVM": {
"FRITZ!Box 4020": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!Box 4040": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!Box 7312": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!Box 7412": "https://wiki.freifunk-dresden.de/index.php/Router_einrichten_AVM",
"FRITZ!Box 7360": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!Box 7360 SL": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!Repeater 1200": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=7f187229a8e9b7966248b1e024217e07a9fc3e50",
"FRITZ!WLAN Repeater 300E": "https://fritz-tools.readthedocs.io/de/latest",
"FRITZ!WLAN Repeater 450E": "https://fritz-tools.readthedocs.io/de/latest"
},
"devolo": {
"WiFi Pro 1200e": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=1724d4e9ed7716a5444eca42adf045c2f3afc554",
"WiFi Pro 1200i": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8115167f946be85f812f3c94d6294b67ac8944c",
"WiFi Pro 1750c": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e67da3443168fa6b6727cd81a35d559be77d6b4c",
"WiFi Pro 1750e": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=1c2f7b511514d43d8a826b26e09817b2750a2bf4",
"WiFi Pro 1750i": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=8d68be8057d6c689025cc236d20b96b77a6ccf30",
"WiFi Pro 1750x": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=cb3cd526948af3f69da1af18e035177a0a8f58e3"
},
"Ubiquiti": {
"EdgeRouter X": "https://github.com/oszilloskop/UBNT_ERX_Gluon_Factory-Image/blob/master/README.md#gluon-auf-ubnt-edgerouter-x-und-x-sfp",
"EdgeRouter X-SFP": "https://github.com/oszilloskop/UBNT_ERX_Gluon_Factory-Image/blob/master/README.md#gluon-auf-ubnt-edgerouter-x-und-x-sfp",
"UniFi AC Lite": "https://forum.darmstadt.freifunk.net/t/unifi-ap-erstinstallation/790",
"UniFi AC LR": "https://forum.darmstadt.freifunk.net/t/unifi-ap-erstinstallation/790",
"UniFi AC Mesh Pro": "https://forum.darmstadt.freifunk.net/t/unifi-ap-erstinstallation/790",
"UniFi AC Mesh": "https://forum.darmstadt.freifunk.net/t/unifi-ap-erstinstallation/790",
"UniFi AC Pro": "https://forum.darmstadt.freifunk.net/t/unifi-ap-erstinstallation/790",
},
"TP-Link": {
"TL-WR841N/ND" : {
"v13": "https://openwrt.org/toh/tp-link/tl-wr841nd#tftp_recovery_via_bootloader_for_v8_v9_v10_v11_v12_v13"
},
"Archer C2": {
"v1": "https://forum.freifunk.net/t/router-ac750-archer2-tp-link/10260/11"
}
}
}