Skip to content
Snippets Groups Projects
Unverified Commit 83fb430e authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

ath79-generic: add support for NETGEAR WNDRMAC v2 (#3232)


This device was supported before the target-migration to ath79.

(cherry picked from commit dd56c00c)

Co-authored-by: default avatarFelix <8057646+GoliathLabs@users.noreply.github.com>
parent 6036aa6d
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ ath79-generic ...@@ -76,6 +76,7 @@ ath79-generic
- WNDR3700 (v1, v2) - WNDR3700 (v1, v2)
- WNDR3800 - WNDR3800
- WNR2200 (8M, 16M) - WNR2200 (8M, 16M)
- WNDRMAC (v2)
* OCEDO * OCEDO
......
...@@ -223,6 +223,9 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', { ...@@ -223,6 +223,9 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
factory_ext = '.img', factory_ext = '.img',
}) })
device('netgear-wndrmac-v2', 'netgear_wndrmac-v2', {
factory_ext = '.img',
})
-- OCEDO -- OCEDO
......
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