Skip to content

Commit

Permalink
ath79: add support for Extreme Networks WS-AP3805i (freifunk-gluon#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom authored and Josha Bartsch committed Apr 12, 2023
1 parent 07eb091 commit 695c02e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ ath79-generic

- WS-AP3705i

* Extreme Networks

- WS-AP3805i

* GL.iNet

- 6416A
Expand Down
8 changes: 8 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
})


-- Extreme Networks

device('extreme-networks-ws-ap3805i', 'extreme-networks_ws-ap3805i', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})


-- GL.iNet

device('gl.inet-6416', 'glinet_6416', {
Expand Down

0 comments on commit 695c02e

Please sign in to comment.