Skip to content
Snippets Groups Projects
Unverified Commit ff58f65a authored by Florian Maurer's avatar Florian Maurer Committed by GitHub
Browse files

ramips-mt7621: add support netgear eax12 (#3433)

this is the same device as the EAX 11 v2 and EAX 15 v2
parent ad321f50
No related branches found
No related merge requests found
...@@ -465,6 +465,9 @@ ramips-mt7621 ...@@ -465,6 +465,9 @@ ramips-mt7621
* TP-Link * TP-Link
- EAX11 (v2)
- EAX12
- EAX15 (v2)
- EAP615-Wall (v1) - EAP615-Wall (v1)
- RE500 (v1) - RE500 (v1)
- RE650 (v1) - RE650 (v1)
......
...@@ -67,6 +67,11 @@ device('mercusys-mr70x-v1', 'mercusys_mr70x-v1') ...@@ -67,6 +67,11 @@ device('mercusys-mr70x-v1', 'mercusys_mr70x-v1')
-- NETGEAR -- NETGEAR
device('netgear-eax12', 'netgear_eax12', {
factory_ext = '.img',
aliases = {'netgear-eax11-v2', 'netgear-eax15-v2'},
})
device('netgear-ex6150', 'netgear_ex6150', { device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk', factory_ext = '.chk',
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment