Skip to content

Commit

Permalink
ramips-mt7620: add support for Netgear EX6120
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianh committed Jan 8, 2025
1 parent a475b19 commit 389e59e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ ramips-mt7620

- EX3700
- EX3800
- EX6120
- EX6130

* Nexx
Expand Down
4 changes: 4 additions & 0 deletions targets/ramips-mt7620
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ device('netgear-ex3700', 'netgear_ex3700', {
factory_ext = '.chk',
})

device('netgear-ex6120', 'netgear_ex6120', {
factory_ext = '.chk',
})

device('netgear-ex6130', 'netgear_ex6130', {
factory_ext = '.chk',
})
Expand Down

0 comments on commit 389e59e

Please sign in to comment.