Skip to content

Commit

Permalink
ath79-generic: add support for NETGEAR WNDRMAC v2
Browse files Browse the repository at this point in the history
This device was supported before the target-migration to ath79.

(cherry picked from commit dd56c00)
  • Loading branch information
GoliathLabs committed Mar 26, 2024
1 parent 6a87fb3 commit 21b83ea
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -66,6 +66,7 @@ ath79-generic
- WNDR3700 (v1, v2)
- WNDR3800
- WNR2200 (8M, 16M)
- WNDRMAC (v2)

* OCEDO

Expand Down
3 changes: 3 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
factory_ext = '.img',
})

device('netgear-wndrmac-v2', 'netgear_wndrmac-v2', {
factory_ext = '.img',
})

-- OCEDO

Expand Down

0 comments on commit 21b83ea

Please sign in to comment.