Skip to content

Commit 936ef99

Browse files
committed
mediatek-mt7622: add support for netgear wax206
Signed-off-by: Florian Maurer <f.maurer@outlook.de>
1 parent 5e1849e commit 936ef99

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/user/supported_devices.rst

+4
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@ mediatek-mt7622
353353

354354
- E8450
355355

356+
* Netgear
357+
358+
- WAX206
359+
356360
* Ubiquiti
357361

358362
- UniFi 6 LR (v1)

targets/mediatek-mt7622

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', {
66
})
77

88

9+
-- Netgear
10+
11+
device('netgear-wax206', 'netgear_wax206', {
12+
factory_ext = '.img',
13+
})
14+
15+
916
-- Ubiquiti
1017

1118
device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', {

0 commit comments

Comments
 (0)