Skip to content
Snippets Groups Projects
Commit bdee1140 authored by fabianh95's avatar fabianh95 Committed by David Bauer
Browse files

ramips-mt7620: add support for Netgear EX6130 (#3304)

(cherry picked from commit 1af5605c)
parent 61ee9227
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,7 @@ ramips-mt7620 ...@@ -391,6 +391,7 @@ ramips-mt7620
- EX3700 - EX3700
- EX3800 - EX3800
- EX6130
* Nexx * Nexx
......
...@@ -29,6 +29,11 @@ device('netgear-ex3700', 'netgear_ex3700', { ...@@ -29,6 +29,11 @@ device('netgear-ex3700', 'netgear_ex3700', {
factory_ext = '.chk', factory_ext = '.chk',
}) })
device('netgear-ex6130', 'netgear_ex6130', {
factory_ext = '.chk',
})
-- Nexx -- Nexx
device('nexx-wt3020-8m', 'nexx_wt3020-8m', { device('nexx-wt3020-8m', 'nexx_wt3020-8m', {
......
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