Skip to content

Commit

Permalink
Merge pull request #3236 from GoliathLabs/v2023.1.x
Browse files Browse the repository at this point in the history
[Backport v2023.1.x] re-add: ath79 NETGEAR WNDRMAC v2
  • Loading branch information
blocktrron committed Mar 28, 2024
2 parents 6a87fb3 + e6fbafc commit 04c88b6
Show file tree
Hide file tree
Showing 2 changed files with 7 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
6 changes: 6 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
factory_ext = '.img',
})

device('netgear-wndrmac-v2', 'netgear_wndrmac-v2', {
factory_ext = '.img',
manifest_aliases = {
'netgear-wndrmacv2', -- Upgrade from OpenWrt 19.07
},
})

-- OCEDO

Expand Down

0 comments on commit 04c88b6

Please sign in to comment.