Skip to content

Commit

Permalink
ramips-mt7621: add support netgear eax12
Browse files Browse the repository at this point in the history
this is the same device as the EAX 11 v2 and EAX 15 v2
  • Loading branch information
maurerle committed Jan 22, 2025
1 parent ad321f5 commit 0bf82a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ ramips-mt7621

* TP-Link

- EAX11 (v2)
- EAX12
- EAX15 (v2)
- EAP615-Wall (v1)
- RE500 (v1)
- RE650 (v1)
Expand Down
5 changes: 5 additions & 0 deletions targets/ramips-mt7621
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ device('mercusys-mr70x-v1', 'mercusys_mr70x-v1')

-- NETGEAR

device('netgear-eax12', 'netgear_eax12', {
factory_ext = '.img',
aliases = {'netgear-eax11-v2', 'netgear-eax15-v2'},
})

device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk',
})
Expand Down

0 comments on commit 0bf82a0

Please sign in to comment.